Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils
| Name | EPropertyBindingPropertyAccessType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
Syntax
enum EPropertyBindingPropertyAccessType
{
Offset,
Object,
WeakObject,
SoftObject,
ObjectInstance,
StructInstance,
IndexArray,
SharedStruct,
StructInstanceContainer,
Unset,
}
Values
| Name | Remarks |
|---|---|
| Offset | |
| Object | |
| WeakObject | |
| SoftObject | |
| ObjectInstance | |
| StructInstance | |
| IndexArray | |
| SharedStruct | |
| StructInstanceContainer | |
| Unset |