Navigation
API > API/Runtime > API/Runtime/CoreUObject
Property bag alterations result code.
| Name | EPropertyBagAlterationResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
Syntax
enum EPropertyBagAlterationResult
{
Success,
NoOperation = Success,
InternalError,
PropertyNameEmpty,
PropertyNameInvalidCharacters,
SourcePropertyNotFound,
TargetPropertyNotFound,
TargetPropertyAlreadyExists,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| NoOperation | |
| InternalError | |
| PropertyNameEmpty | |
| PropertyNameInvalidCharacters | |
| SourcePropertyNotFound | |
| TargetPropertyNotFound | |
| TargetPropertyAlreadyExists |