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