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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly