Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FPropertySoftPath > API/Editor/UnrealEd/FPropertySoftPath/IsSubPropertyMatch
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DiffUtils.h |
| Include | #include "DiffUtils.h" |
bool IsSubPropertyMatch
(
const FPropertySoftPath & PotentialBasePropertyPath
) const
Remarks
Indicates whether a given path is a base path of the current path. Whether the path has the provided path as base path or not
Parameters
| Name | Description |
|---|---|
| PotentialBasePropertyPath | The path to look for as a base common path |