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