Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
template<typename T>
T * FindFieldChecked
(
const UStruct * Scope,
FName FieldName
)
Remarks
Search for the named field within the specified scope, including any Outer classes; assert on failure.
Parameters
| Name | Description |
|---|---|
| Scope | the scope to search for the field in |
| FieldName | the name of the field to search for. |