UFUNCTION Flashcards
(2 cards)
1
Q
what is a UFUNCTION()
A
C++ function that recognised by UE reflection system
functions that can be called from C++ and BP
2
Q
what are the most used specifiers?
A
BlueprintCallable - func executed in a BP or level BP Graph
BlueprintImplementableEvent - can be implemented in a BP or Level BP Graph
BlueprintPure - Creates pure function with no return?
BlueprintNativeEvent - has native implementation but is designed to be overridden by BP