Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMNameOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNameCache.h |
| Include Path | #include "RigVMCore/RigVMNameCache.h" |
Syntax
struct FRigVMNameOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMNameOp() |
RigVMCore/RigVMNameCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | uint32 | RigVMCore/RigVMNameCache.h | ||
| B | uint32 | RigVMCore/RigVMNameCache.h | ||
| C | uint32 | RigVMCore/RigVMNameCache.h | ||
| Type | ERigVMNameOp | RigVMCore/RigVMNameCache.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMNameOp Concat
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp Contains
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp EndsWith
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static uint32 GetTypeHash
(
const FName& InName |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp Left
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp LeftChop
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp Replace
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp Right
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp RightChop
(
const FName& InA, |
RigVMCore/RigVMNameCache.h | ||
static FRigVMNameOp StartsWith
(
const FName& InA, |
RigVMCore/RigVMNameCache.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FRigVMNameOp& Other |
RigVMCore/RigVMNameCache.h | ||
bool operator==
(
const FRigVMNameOp& Other |
RigVMCore/RigVMNameCache.h | ||
bool operator>
(
const FRigVMNameOp& Other |
RigVMCore/RigVMNameCache.h |