Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TFieldPath
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h |
| Include | #include "UObject/FieldPath.h" |
PropertyType * Get
(
UStruct * InCurrentStruct
) const
Remarks
Gets the field represented by this TFieldPath Field represented by this FFieldPath or null if it couldn't be resolved
Parameters
| Name | Description |
|---|---|
| InCurrentStruct | Struct that's trying to resolve this field path |