Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/ConstructorHelpers
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
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< T > | Class |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClassFinder
(
const TCHAR* ClassToFind |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Succeeded () |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |