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 |
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 |