HAL9HARUKU / VMC4UE

Virtual Motion Capture runtime for UE4
MIT License
170 stars 40 forks source link

build fails with LogCompile: Error: #11

Open ghost opened 2 years ago

ghost commented 2 years ago

I have tired VMC4UE with UE 4.26, 4.27. and 5, and always get this error when trying to build with the latest versions.

D:/UE4.27/Engine/Plugins/VMC4UE/Source/VMC4UE/Include/VMC4UEBlueprintFunctionLibrary.h(26) : LogCompile: Error: An explicit Category specifier is required for Blueprint accessible functions in an Engine module.

Removing the plugin completely allows me to build my UE4 project with both VRM4U and ueOSC with no issues.

NielsGer commented 2 years ago

I'm having the same issue, the previous versions did build fine, this one doesn't unfortunately.

HAL9HARUKU commented 2 years ago

Put the plugin under the project folder instead of the engine folder and try the build.

pA4n commented 2 years ago

having the same issue, cant fix it moving the folder :(

fpibbs commented 2 years ago

Same problem here...ue5 Pre1

houzhj58 commented 2 years ago

Same issue, UE 4.26

houzhj58 commented 2 years ago

Same issue, UE 4.26

fix it by UFUNCTION(BlueprintCallable, Category = "VMC4UE")

HAL9HARUKU commented 2 years ago

Tweaked, Please confirm.

https://github.com/HAL9HARUKU/VMC4UE/releases/tag/v0.4.7

vrai17 commented 2 years ago

still get the error for v0.4.7, when using v0.4.6 its working fine