Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/UUAFRigVMAsset
Description
Execute a parameterless function and copy its return value into OutReturnValue. The function must have exactly 1 arg (the return value output). Returns true on success.
| Name | ExecuteParameterlessFunction |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/AnimNextRigVMAsset.h |
| Include Path | #include "AnimNextRigVMAsset.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/AnimNextRigVMAsset.cpp |
bool ExecuteParameterlessFunction
(
UE::UAF::FFunctionHandle InHandle,
FRigVMExtendedExecuteContext & InContext,
void * OutReturnValue,
int32 ReturnValueSize
)