Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsPropertyNameValid
(
const FString& Name |
Checks whether a provided name is a valid property bag name to create a new property bag property. | StructUtils/PropertyBag.h | |
static bool IsPropertyNameValid
(
const FName Name |
Checks whether a provided name is a valid property bag name to create a new property bag property. | StructUtils/PropertyBag.h |
IsPropertyNameValid(const FString &)
Description
Checks whether a provided name is a valid property bag name to create a new property bag property. Note: Some characters are allowed that are still invalid, but for workflow reasons they are acceptable and should still be sanitized to remove them when adding to the property bag, ex. spaces.
| Name | IsPropertyNameValid |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
static bool IsPropertyNameValid
(
const FString & Name
)
True if the property name is void of any strictly invalid characters.
Parameters
| Name | Remarks |
|---|---|
| Name | The name to check for invalid characters. |
IsPropertyNameValid(const FName)
Description
Checks whether a provided name is a valid property bag name to create a new property bag property. Note: Some characters are allowed that are still invalid, but for workflow reasons they are acceptable and should still be sanitized to remove them when adding to the property bag, ex. spaces.
| Name | IsPropertyNameValid |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
static bool IsPropertyNameValid
(
const FName Name
)
True if the property name is void of any strictly invalid characters.
Parameters
| Name | Remarks |
|---|---|
| Name | The name to check for invalid characters. |