Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingPath
References
| Module | PropertyBindingUtils |
| Header | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingPath.h |
| Include | #include "PropertyBindingPath.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Private/PropertyBindingPath.cpp |
FString ToString
(
const int32 HighlightedSegment,
const TCHAR * HighlightPrefix,
const TCHAR * HighlightPostfix,
const bool bOutputInstances
) const
Remarks
Returns the property path as a one string. Highlight allows to decorate a specific segment.
Parameters
| Name | Description |
|---|---|
| HighlightedSegment | Index of the highlighted path segment |
| HighlightPrefix | String to append before highlighted segment |
| HighlightPostfix | String to append after highlighted segment |
| bOutputInstances | if true, the instance struct types will be output. |