[UE4]UFUNCTION函数说明符(Specifier):BlueprintCallable,BlueprintNativeEvent等

官方文档:

https://docs.unrealengine.com/latest/INT/Programming/UnrealArchitecture/Reference/Functions/Specifiers/index.html

 

  • BlueprintAuthorityOnly

  • BlueprintCallable

  • BlueprintCosmetic

  • BlueprintImplementableEvent

  • BlueprintNativeEvent

  • BlueprintPure

  • Category

  • Client

  • CustomThunk

  • Exec

  • NetMulticast

  • Reliable

  • Server

  • Unreliable

你可能感兴趣的:(UE4)