Navigation
API > API/Runtime > API/Runtime/CoreUObject
Getter and setter result code.
| Name | EPropertyBagResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
Syntax
enum EPropertyBagResult
{
Success,
TypeMismatch,
OutOfBounds,
PropertyNotFound,
DuplicatedValue,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| TypeMismatch | |
| OutOfBounds | |
| PropertyNotFound | |
| DuplicatedValue |