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 |
bool ResolveIndirectionsWithValue
(
const FStateTreeDataView BaseValueView,
TArray < FStateTreePropertyPathIndirection > & OutIndirections,
FString * OutError,
bool bHandleRedirects
) const
Remarks
Resolves the property path against base value. The path is assumed to be relative to the BaseValueView. true of path could be resolved against the base value, and instance types were updated.
Parameters
| Name | Description |
|---|---|
| BaseValueView | Base value the path is relative to. |
| OutIndirections | Indirections describing how the properties were accessed. |
| OutError | Optional, pointer to string where error will be logged if update fails. |
| bHandleRedirects | If true, the method will try to resolve missing properties using core redirects, and properties on Blueprint and User Defined Structs by ID. Available only in editor builds! |