Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetValueUInt32
(
const FName Name, |
StructUtils/PropertyBag.h | ||
EPropertyBagResult SetValueUInt32
(
const FPropertyBagPropertyDesc& Desc, |
StructUtils/PropertyBag.h |
SetValueUInt32(const FName, const uint32)
| Name | SetValueUInt32 |
| 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 SetValueUInt32
(
const FName Name,
const uint32 InValue
)
SetValueUInt32(const FPropertyBagPropertyDesc &, const uint32)
| Name | SetValueUInt32 |
| 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 SetValueUInt32
(
const FPropertyBagPropertyDesc & Desc,
const uint32 InValue
)