TPropertyPathResolver

Recurring template allowing derived types to only implement templated Resolve_Impl

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

PropertyPath

Header

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

Include

#include "PropertyPathHelpers.h"

Syntax

template<typename DerivedType>
struct TPropertyPathResolver : public PropertyPathHelpersInternal::FPropertyPathResolver

Remarks

Recurring template allowing derived types to only implement templated Resolve_Impl

Overridden from FPropertyPathResolver

Name Description

Public function Virtual

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 Virtual

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