FClassFinder

Windows
MacOS
Linux

Inheritance Hierarchy

FGCObject

ConstructorHelpers::FClassFinder

References

Module

CoreUObject

Header

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

Include

#include "UObject/ConstructorHelpers.h"

Syntax

template<class T>
struct FClassFinder : public FGCObject

Variables

Name Description

Public variable

TSubclassOf< T ...

 

Class

Constructors

Name Description

Public function

FClassFinder

(
    const TCHAR* ClassToFind
)

Functions

Name Description

Public function

bool

 

Succeeded()

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