Navigation
API > API/Runtime > API/Runtime/PropertyPath > API/Runtime/PropertyPath/FPropertyPathSegment
Description
Resolves the name on the given Struct. Can be used to cache the resulting property so that future calls can be processed quickly.
| Name | Resolve |
| Type | function |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
| Source | /Engine/Source/Runtime/PropertyPath/Private/PropertyPathHelpers.cpp |
FFieldVariant Resolve
(
UStruct * InStruct
) const
Parameters
| Name | Remarks |
|---|---|
| InStruct | the ScriptStruct or Class to look for the property on. |