FindFieldChecked

Search for the named field within the specified scope, including any Outer classes; assert on failure.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

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

Parameter

Description

Scope

the scope to search for the field in

FieldName

the name of the field to search for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss