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