EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Error compiling 4.18 Preview 2, VS 2017 #35

Closed DotBow closed 7 years ago

DotBow commented 7 years ago

Error compiling header: Unrecognized type 'UDestructibleComponent' - type must be a UCLASS, USTRUCT or UENUM UE_Expresome E:\Expresome\UE_Expresome\Plugins\VictoryPlugin\Source\VictoryBPLibrary\Public\VictoryBPFunctionLibrary.h 401

DotBow commented 7 years ago

Just need to enable APEX plugin to fix this. But anyway more other errors... Is it including in packaging to game if I'm not using it?

Burnrate commented 7 years ago

Did you find out anything else about this? I have APEX in my public dependency modules but it's still not happy.

EverNewJoy commented 7 years ago

I haven't done a 4.18 build yet, but if anyone has they are welcome to post a pull request :)

Rama

Stormwind99 commented 7 years ago

@EverNewJoy - apparently I still have repo commit access since helping you set up the repo - because I meant to submit a pull request for my UE4.18.0 changes but I pushed to the repo instead and it allowed it. Sorry!

Anyway, the plugin builds under UE4.18.0 now - but I have only started testing.

See commit 190339f1488ab255467158b7477b45e9311378d4

EverNewJoy commented 7 years ago

" apparently I still have repo commit access since helping you set up the repo"

Haha you earned it! Thanks so much! This really helps me out! I was travelling so couldn't do it myself.

Rama