Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h |
| Include | #include "PropertyPath.h" |
Syntax
class FPropertyPath
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddProperty
(
const FPropertyInfo& InProperty |
Add another property to be associated with this path | |
| bool | AreEqual
(
const TSharedRef< FPropertyPath >& PathLhs, |
||
| TSharedRef< FPropertyPath > | Create
(
const TWeakFieldPtr< FProperty > Property |
||
| TSharedRef< FPropertyPath > | CreateEmpty () |
||
| TSharedRef< FPropertyPath > | ExtendPath
(
const FPropertyInfo& NewLeaf |
||
| TSharedRef< FPropertyPath > | ExtendPath
(
const TSharedRef< FPropertyPath >& Extension |
||
| const FPropertyInfo & | |||
| int32 | |||
| const FPropertyInfo & | GetPropertyInfo
(
int32 index |
||
| const FPropertyInfo & | |||
| bool | IsValid () |
||
| FString | ToString
(
const TCHAR* Separator |
||
| TSharedRef< FPropertyPath > | TrimPath
(
const int32 AmountToTrim |
||
| TSharedRef< FPropertyPath > | TrimRoot
(
const int32 AmountToTrim |