Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DiffUtils.h |
| Include | #include "DiffUtils.h" |
Syntax
struct FPropertySoftPath
Remarks
FPropertySoftPath is a string of identifiers used to identify a single member of a UObject. It is primarily used when comparing unrelated UObjects for Diffing and Merging, but can also be used as a key select a property in a SDetailsView.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertySoftPath
(
TArray< FName > InPropertyChain |
|||
FPropertySoftPath
(
FPropertyPath InPropertyPath |
|||
FPropertySoftPath
(
const FPropertySoftPath& SubPropertyPath, |
|||
FPropertySoftPath
(
const FPropertySoftPath& SubPropertyPath, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSubPropertyMatch
(
const FPropertySoftPath& PotentialBasePropertyPath |
||
| FResolvedProperty | |||
| FResolvedProperty | |||
| FPropertyPath | ResolvePath
(
const UObject* Object |
||
| FString |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FPropertySoftPath const& RHS |
||
| bool | operator==
(
FPropertySoftPath const& RHS |