FPropertyPath

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h

Include

#include "PropertyPath.h"

Syntax

class FPropertyPath

Functions

Name Description

Public function

void

 

AddProperty

(
    const FPropertyInfo& InProperty
)

Add another property to be associated with this path

Public function Static

bool

 

AreEqual

(
    const TSharedRef< FPropertyPath >&...,
    const TSharedRef< FPropertyPath >&...
)

Public function Static

TSharedRef< ...

 

Create

(
    const TWeakFieldPtr< FProperty > Pr...
)

Public function Static

TSharedRef< ...

 

CreateEmpty()

Public function

TSharedRef< ...

 

ExtendPath

(
    const FPropertyInfo& NewLeaf
)

Public function

TSharedRef< ...

 

ExtendPath

(
    const TSharedRef< FPropertyPath >&...
)

Public function Const

const FPrope...

 

GetLeafMostProperty()

Public function Const

int32

 

GetNumProperties()

Public function Const

const FPrope...

 

GetPropertyInfo

(
    int32 index
)

Public function Const

const FPrope...

 

GetRootProperty()

Public function Const

FString

 

ToString

(
    const TCHAR* Separator
)

Public function

TSharedRef< ...

 

TrimPath

(
    const int32 AmountToTrim
)

Public function

TSharedRef< ...

 

TrimRoot

(
    const int32 AmountToTrim
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss