Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h |
Include |
#include "Engine/MemberReference.h" |
Source |
/Engine/Source/Runtime/Engine/Private/MemberReference.cpp |
Searches the field redirect map for the specified named field in the scope, and returns the remapped field if found
The remapped field, if one exists
Parameter |
Description |
---|---|
FieldClass |
UClass of field type we are looking for |
InitialScope |
The scope the field was initially defined in. The function will search up into parent scopes to attempt to find remappings |
InitialName |
The name of the field to attempt to find a redirector for |
bInitialScopeMustBeOwnerOfField |
if true the InitialScope must be Child of the field's owner |