Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/UUAFRigVMAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::UAF::FFunctionHandle GetFunctionHandle
(
const FGuid& InFunctionGuid |
Get a function handle given its stable GUID. | AnimNextRigVMAsset.h | |
UE::UAF::FFunctionHandle GetFunctionHandle
(
FName InEventName |
Get a function handle given its mangled event name (backward compat) | AnimNextRigVMAsset.h |
GetFunctionHandle(const FGuid &)
Description
Get a function handle given its stable GUID.
| Name | GetFunctionHandle |
| 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 |
UE::UAF::FFunctionHandle GetFunctionHandle
(
const FGuid & InFunctionGuid
) const
GetFunctionHandle(FName)
Description
Get a function handle given its mangled event name (backward compat)
| Name | GetFunctionHandle |
| 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 |
UE::UAF::FFunctionHandle GetFunctionHandle
(
FName InEventName
) const