Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FFieldPath
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h |
| Include | #include "UObject/FieldPath.h" |
void ResolveField
(
FFieldClass * ExpectedClass,
UStruct * InCurrentStruct,
EPathResolveType InResolveType
) const
Remarks
Tries to resolve the path and caches the result
Parameters
| Name | Description |
|---|---|
| ExpectedClass | Expected class of the resolved field |
| InCurrentStruct | Struct that's trying to resolve this field path |