FindField

Find a typed field in a struct.

Windows
MacOS
Linux

Deprecated

  • FindField will no longer return properties. Use FindProperty instead or FindUField if you want to find functions or enums.

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

template<class T>
T * FindField
(
    const UStruct * Owner,
    FName FieldName
)

Remarks

Find a typed field in a struct.

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