FInternalReferenceCollector

Windows
MacOS
Linux

Inheritance Hierarchy

FGCObject

FInternalReferenceCollector

References

Module

CoreUObject

Header

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

Include

#include "UObject/StrongObjectPtr.h"

Syntax

class FInternalReferenceCollector : public FGCObject

Constructors

Name Description

Public function

FInternalReferenceCollector

(
    const volatile UObject* InObje...
)

Destructors

Functions

Name Description

Public function Const

UObjectType ...

 

GetAs()

Public function Const

bool

 

IsValid()

Public function

void

 

Set

(
    const volatile UObject* InObje...
)

Overridden from FGCObject

Name Description

Public function Virtual

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

Pure virtual that must be overloaded by the inheriting class.

Public function Virtual Const

FString

 

GetReferencerName()

Use this method to report a name for your referencer.

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