Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IPropertyAccessEditor > API/Editor/UnrealEd/IPropertyAccessEditor/ResolvePropertyAccess
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h |
| Include | #include "IPropertyAccessEditor.h" |
FPropertyAccessResolveResult ResolvePropertyAccess
(
const UStruct * InStruct,
TArrayView < const FString > InPath,
FProperty *& OutProperty,
int32 & OutArrayIndex
) const
Remarks
Resolve a property access, returning the leaf property and array index if any. result structure for more information about the result