Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreePropertyPath
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreePropertyBindings.cpp |
FString ToString
(
const int32 HighlightedSegment,
const TCHAR * HighlightPrefix,
const TCHAR * HighlightPostfix,
const bool bOutputInstances,
const int32 FirstSegment
) 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. |
| FirstSegment | Index of the first path segment to be stringified. |