FReferencerInformation

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h

Include

#include "UObject/ObjectMacros.h"

Syntax

struct FReferencerInformation

Variables

Name Description

Public variable

UObject *

 

Referencer

The object that is referencing the target

Public variable

TArray< const F...

 

ReferencingProperties

The array of UProperties in Referencer which hold references to target

Public variable

int32

 

TotalReferences

The total number of references from Referencer to the target

Constructors

Name Description

Public function

FReferencerInformation

(
    UObject* inReferencer
)

Public function

FReferencerInformation

(
    UObject* inReferencer,
    int32 InReferences,
    const TArray< const FProperty*...
)

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