Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingPath
Description
Updates property segments from base struct type. The path is expected to be relative to the BaseStruct. The method handles renamed properties (core redirect, Blueprint, User Defined Structs and Property Bags by ID).
| Name | UpdateSegments |
| 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 |
bool UpdateSegments
(
const UStruct * BaseStruct,
FString * OutError
)
true of path could be resolved against the base value, and instance types were updated.
Parameters
| Name | Remarks |
|---|---|
| BaseStruct | Base value the path is relative to. |
| OutError | Optional, pointer to string where error will be logged if update fails. |