Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FPropertySoftPath
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSubPropertyMatch
(
const FPropertySoftPath& PotentialBasePropertyPath |
Indicates whether a given path is a base path of the current path. | |
| bool | IsSubPropertyMatch
(
TConstArrayView< FName > PotentialBasePropertyNameArray |
Indicates whether a given list of property names is a base path of the current path. | |
| bool | IsSubPropertyMatch
(
const FName PotentialBasePropertyName |
Indicates whether a given property name is a base path of the current path. |