Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FPropertyBagArrayRef
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
EPropertyBagResult SetValueBool
(
const int32 Index,
const bool bInValue
)
Remarks
Value Setters. A property must exist in that bag before it can be set. Numeric types (bool, (u)int32, (u)int64, float, double) support type conversion.