Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
Include | #include "StructUtils/PropertyBag.h" |
Syntax
enum EPropertyBagResult
{
Success,
TypeMismatch,
OutOfBounds,
PropertyNotFound,
DuplicatedValue,
}
Values
Name | Description |
---|---|
Success | |
TypeMismatch | |
OutOfBounds | |
PropertyNotFound | |
DuplicatedValue |
Remarks
Getter and setter result code.