TPropertyPathResolver::Resolve

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

Windows
MacOS
Linux

Override Hierarchy

FPropertyPathResolver::Resolve()

TPropertyPathResolver::Resolve()

References

Module

PropertyPath

Header

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

Include

#include "PropertyPathHelpers.h"

Syntax

virtual bool Resolve
(
    void * InContainer,
    const FCachedPropertyPath & InPropertyPath
)

Remarks

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

Returns

true if the iteration should continue.

Parameters

Parameter

Description

InContainer

The containing object/structure for the current path iteration

InPropertyPath

The property path to resolve

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