Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FReferencerInformation |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h |
| Include Path | #include "UObject/ObjectMacros.h" |
Syntax
struct FReferencerInformation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReferencerInformation
(
UObject* inReferencer |
UObject/ObjectMacros.h | ||
FReferencerInformation
(
UObject* inReferencer, |
UObject/ObjectMacros.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Referencer | UObject * | The object that is referencing the target | UObject/ObjectMacros.h | |
| ReferencingProperties | TArray< const FProperty * > | The array of UProperties in Referencer which hold references to target | UObject/ObjectMacros.h | |
| TotalReferences | int32 | The total number of references from Referencer to the target | UObject/ObjectMacros.h |