FindRemappedField

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TFieldType &...

 

FindRemappedField

(
    UClass* InitialScope,
    FName InitialName,
    bool bInitialScopeMustBeOwnerOfFiel...
)

Templated version of above, extracts FieldClass and Casts result

Public function Static

UField *

 

FindRemappedField

(
    UClass* FieldClass,
    UClass* InitialScope,
    FName InitialName,
    bool bInitialScopeMustBeOwnerOfFiel...
)

Searches the field redirect map for the specified named field in the scope, and returns the remapped field if found

Public function Static

FField *

 

FindRemappedField

(
    FFieldClass* FieldClass,
    UClass* InitialScope,
    FName InitialName,
    bool bInitialScopeMustBeOwnerOfFiel...
)

Searches the field redirect map for the specified named field in the scope, and returns the remapped field if found

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