Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils
References
| Module | PropertyBindingUtils |
| Header | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingPath.h |
| Include | #include "PropertyBindingPath.h" |
Syntax
enum EPropertyBindingAccessType
{
Offset,
Object,
WeakObject,
SoftObject,
ObjectInstance,
StructInstance,
IndexArray,
}
Values
| Name | Description |
|---|---|
| Offset | |
| Object | |
| WeakObject | |
| SoftObject | |
| ObjectInstance | |
| StructInstance | |
| IndexArray |