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