Navigation
Unreal Engine C++ API Reference > 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 |
||
FPropertyInfo & | GetPropertyInfoRef
(
int32 index |
||
const FPropertyInfo & | |||
bool | IsValid () |
||
FString | ToString
(
const TCHAR* Separator |
||
TSharedRef< FPropertyPath > | |||
TSharedRef< FPropertyPath > |