Hi!
I get that error when I compile this code:
AmazingVRCharacter.h
UFUNCTION(BlueprintCallable, Category = Power)
void CreateNewPhysicsConstraintBetween(AStaticMeshActor*, AStaticMeshActor*);
The code compile perfectly when I not use the UFUNCTION.
This is the error:
Error D:/Mis documentos/Unreal Projects/_C++/AmazingVR/Source/AmazingVR/AmazingVRCharacter.h(69) : Missing variable name
Anyone knows what happened?
Thanks in advance!