UE4 C++ Function pointer param compile error : Unrecognized type 'void' - type must be a UCLASS, USTRUCT or UENUM

前端 未结 0 1111
失恋的感觉
失恋的感觉 2021-01-15 15:59
 UFUNCTION(Server, Reliable, WithValidation)
 void ServerRPCRunFunction(void (AMyCharacter::* RunFunction)());

I make function with function pointer

相关标签:
回答
  • 消灭零回复
提交回复
热议问题