Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsObjectArray
(
bool bIsHiddenArgument |
Returns true if this memory handle maps to an objct array property. | RigVMCore/RigVMMemoryStorage.h | |
bool IsObjectArray
(
const UClass* InClass, |
Returns true if this memory handle maps to an objct array property. | RigVMCore/RigVMMemoryStorage.h |
IsObjectArray(bool)
Description
Returns true if this memory handle maps to an objct array property.
| Name | IsObjectArray |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T, typename TEnableIf < TModels_V< CRigVMUClass , T > >::Type *>
bool IsObjectArray
(
bool bIsHiddenArgument
) const
IsObjectArray(const UClass *, bool)
Description
Returns true if this memory handle maps to an objct array property.
| Name | IsObjectArray |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
bool IsObjectArray
(
const UClass * InClass,
bool bIsHiddenArgument
) const