FPropertyPathResolver

Base class for resolving property paths

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

PropertyPath

Header

/Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h

Include

#include "PropertyPathHelpers.h"

Syntax

struct FPropertyPathResolver

Remarks

Base class for resolving property paths

Destructors

Name Description

Public function Virtual

~FPropertyPathResolver()

Virtual destructor

Functions

Name Description

Public function

bool

 

Resolve

(
    void* InContainer,
    const FCachedPropertyPath& InPrope...
)

Callbacks for a leaf segment in a property path iteration. Used to resolve the property path.

Public function

bool

 

Resolve

(
    UObject* InContainer,
    const FCachedPropertyPath& InPrope...
)

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