Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetValueEnum
(
const FName Name, |
Sets enum value specified type. | StructUtils/PropertyBag.h | |
EPropertyBagResult SetValueEnum
(
const FPropertyBagPropertyDesc& Desc, |
Sets enum value specified type. | StructUtils/PropertyBag.h | |
EPropertyBagResult SetValueEnum
(
const FName Name, |
StructUtils/PropertyBag.h | ||
EPropertyBagResult SetValueEnum
(
const FPropertyBagPropertyDesc& Desc, |
StructUtils/PropertyBag.h |
SetValueEnum(const FName, const T)
Description
Sets enum value specified type.
| Name | SetValueEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
EPropertyBagResult SetValueEnum
(
const FName Name,
const T InValue
)
SetValueEnum(const FPropertyBagPropertyDesc &, const T)
Description
Sets enum value specified type.
| Name | SetValueEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
EPropertyBagResult SetValueEnum
(
const FPropertyBagPropertyDesc & Desc,
const T InValue
)
SetValueEnum(const FName, const uint8, const UEnum *)
| Name | SetValueEnum |
| 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 |
EPropertyBagResult SetValueEnum
(
const FName Name,
const uint8 InValue,
const UEnum * Enum
)
SetValueEnum(const FPropertyBagPropertyDesc &, const uint8, const UEnum *)
| Name | SetValueEnum |
| 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 |
EPropertyBagResult SetValueEnum
(
const FPropertyBagPropertyDesc & Desc,
const uint8 InValue,
const UEnum * Enum
)