Navigation
API > API/Plugins > API/Plugins/StructUtils
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/PropertyBag.h |
| Include | #include "PropertyBag.h" |
Syntax
enum EPropertyBagResult
&123;
Success,
TypeMismatch,
OutOfBounds,
PropertyNotFound,
&125;
Values
| Name | Description |
|---|---|
| Success | |
| TypeMismatch | |
| OutOfBounds | |
| PropertyNotFound |
Remarks
Getter and setter result code.