Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNameCache.h |
| Include | #include "RigVMCore/RigVMNameCache.h" |
Syntax
enum ERigVMNameOp
&123;
None,
Concat,
Left,
Right,
LeftChop,
RightChop,
ReplaceCase,
ReplaceNoCase,
EndsWithCase,
EndsWithNoCase,
StartsWithCase,
StartsWithNoCase,
ContainsCase,
ContainsNoCase,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Concat | |
| Left | |
| Right | |
| LeftChop | |
| RightChop | |
| ReplaceCase | |
| ReplaceNoCase | |
| EndsWithCase | |
| EndsWithNoCase | |
| StartsWithCase | |
| StartsWithNoCase | |
| ContainsCase | |
| ContainsNoCase |