UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFieldRemapInfo Struct Reference

#include <MemberReference.h>

Public Member Functions

bool operator== (const FFieldRemapInfo &Other) const
 
 FFieldRemapInfo ()
 

Public Attributes

FName FieldName
 
FName FieldClass
 

Friends

uint32 GetTypeHash (const FFieldRemapInfo &RemapInfo)
 

Detailed Description

Helper struct to allow us to redirect properties and functions through renames and additionally between classes if necessary

Constructor & Destructor Documentation

◆ FFieldRemapInfo()

FFieldRemapInfo::FFieldRemapInfo ( )
inline

Member Function Documentation

◆ operator==()

bool FFieldRemapInfo::operator== ( const FFieldRemapInfo Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FFieldRemapInfo RemapInfo)
friend

Member Data Documentation

◆ FieldClass

FName FFieldRemapInfo::FieldClass

The new name of the field's outer class if different from its original location, or NAME_None if it hasn't moved

◆ FieldName

FName FFieldRemapInfo::FieldName

The new name of the field after being renamed


The documentation for this struct was generated from the following file: