Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMPropertyDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SanitizeName
(
const bool bAllowSpaces |
Sanitize the name of this description in line. | RigVMCore/RigVMPropertyBag.h | |
static FName SanitizeName
(
const FName& InName, |
Returns a sanitized, valid name to use for a new property. | RigVMCore/RigVMPropertyBag.h | |
static void SanitizeName
(
FString& InString, |
Sanitizes a name using a string ref, creating a valid name to use for a new property. | RigVMCore/RigVMPropertyBag.h |
SanitizeName(const bool)
Description
Sanitize the name of this description in line.
| Name | SanitizeName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
void SanitizeName
(
const bool bAllowSpaces
)
SanitizeName(const FName &, const bool)
Description
Returns a sanitized, valid name to use for a new property.
| Name | SanitizeName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
static FName SanitizeName
(
const FName & InName,
const bool bAllowSpaces
)
SanitizeName(FString &, const bool)
Description
Sanitizes a name using a string ref, creating a valid name to use for a new property.
| Name | SanitizeName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
static void SanitizeName
(
FString & InString,
const bool bAllowSpaces
)