Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMNameCache |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNameCache.h |
| Include Path | #include "RigVMCore/RigVMNameCache.h" |
Syntax
class FRigVMNameCache
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoolCache | TMap< FRigVMNameOp, bool > | RigVMCore/RigVMNameCache.h | ||
| NameCache | TMap< FRigVMNameOp, FName > | RigVMCore/RigVMNameCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMNameCache.h | |||
bool Contains
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
bool EndsWith
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
const TMap< FRigVMNameOp, bool > & GetBoolCache() |
RigVMCore/RigVMNameCache.h | ||
TArray< FRigVMNameOp > GetBoolOps() |
RigVMCore/RigVMNameCache.h | ||
TArray< bool > GetBoolValues() |
RigVMCore/RigVMNameCache.h | ||
const TMap< FRigVMNameOp, FName > & GetNameCache() |
RigVMCore/RigVMNameCache.h | ||
TArray< FRigVMNameOp > GetNameOps() |
RigVMCore/RigVMNameCache.h | ||
| RigVMCore/RigVMNameCache.h | |||
| RigVMCore/RigVMNameCache.h | |||
| RigVMCore/RigVMNameCache.h | |||
FName Replace
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
void Reset() |
RigVMCore/RigVMNameCache.h | ||
| RigVMCore/RigVMNameCache.h | |||
| RigVMCore/RigVMNameCache.h | |||
bool StartsWith
(
const FName& InA, |
RigVMCore/RigVMNameCache.h |