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

#include <ObjectMacros.h>

Public Member Functions

COREUOBJECT_API FReferencerInformation (UObject *inReferencer)
 
COREUOBJECT_API FReferencerInformation (UObject *inReferencer, int32 InReferences, const TArray< const FProperty * > &InProperties)
 

Public Attributes

UObjectReferencer
 
int32 TotalReferences
 
TArray< const FProperty * > ReferencingProperties
 

Constructor & Destructor Documentation

◆ FReferencerInformation() [1/2]

FReferencerInformation::FReferencerInformation ( UObject inReferencer)

◆ FReferencerInformation() [2/2]

FReferencerInformation::FReferencerInformation ( UObject inReferencer,
int32  InReferences,
const TArray< const FProperty * > &  InProperties 
)

Member Data Documentation

◆ Referencer

UObject* FReferencerInformation::Referencer

the object that is referencing the target

◆ ReferencingProperties

TArray<const FProperty*> FReferencerInformation::ReferencingProperties

the array of UProperties in Referencer which hold references to target

◆ TotalReferences

int32 FReferencerInformation::TotalReferences

the total number of references from Referencer to the target


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