Navigation
API > API/Plugins > API/Plugins/VariantManagerContent > API/Plugins/VariantManagerContent/FFunctionCaller
Description
Retrieve the function entry node this event is bound to
Events may be bound to invalid function entries if they have been changed since they were assigned.
| Name | GetFunctionEntry |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/FunctionCaller.h |
| Include Path | #include "FunctionCaller.h" |
| Source | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/FunctionCaller.cpp |
UK2Node_FunctionEntry * GetFunctionEntry() const
The function entry node if still available, nullptr if it has been destroyed, or was never assigned.
See Also
-
SetFunctionEntry
-
IsValidFunction