UFUNCTION Flashcards
(2 cards)
what is a UFUNCTION()
C++ function that recognised by UE reflection system
functions that can be called from C++ and BP
what are the most used specifiers?
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