FindField

Overload list

Windows
MacOS
Linux
Name Description

Public function

T *

 

FindField

(
    const UStruct* Owner,
    FName FieldName
)

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

Public function

T *

 

FindField

(
    const UStruct* Owner,
    const TCHAR* FieldName
)

FindField will no longer return properties. Use FindFProperty instead or FindUField if you want to find UFunctions or UEnums.

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