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