Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingPath
Description
Updates property segments from resolved indirections. The path is expected to be relative to the base value. The method updates instance types, and handles renamed properties (core redirect, Blueprint, User Defined Structs and Property Bags by ID). By storing the instance types on the path, we can resolve the path without the base value later.
| Name | UpdateSegmentsFromIndirections |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingPath.h |
| Include Path | #include "PropertyBindingPath.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Private/PropertyBindingPath.cpp |
void UpdateSegmentsFromIndirections
(
const TConstArrayView< FPropertyBindingPathIndirection > & Indirections
)
Parameters
| Name | Remarks |
|---|---|
| Indirections | completely resolved indirections |