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 FromString
(
const FString & InPath
)
Remarks
Parses path from string. The path should be in format: Foo.Bar[1].Baz true if path was parsed successfully.
Parameters
| Name | Description |
|---|---|
| InPath | Path string to parse |