FPropertyPathSegment::Resolve

Resolves the name on the given Struct.

Windows
MacOS
Linux

References

Module

PropertyPath

Header

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

Include

#include "PropertyPathHelpers.h"

Source

/Engine/Source/Runtime/PropertyPath/Private/PropertyPathHelpers.cpp

Syntax

FFieldVariant Resolve
(
    UStruct * InStruct
) const

Remarks

Resolves the name on the given Struct. Can be used to cache the resulting property so that future calls can be processed quickly.

Parameters

Parameter

Description

InStruct

the ScriptStruct or Class to look for the property on.

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