FObjectFinderOptional

Windows
MacOS
Linux

Inheritance Hierarchy

FGCObject

ConstructorHelpers::FObjectFinderOptional

References

Module

CoreUObject

Header

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

Include

#include "UObject/ConstructorHelpers.h"

Syntax

template<class T>
struct FObjectFinderOptional : public FGCObject

Constructors

Name Description

Public function

FObjectFinderOptional

(
    const TCHAR* InObjectToFind,
    uint32 InLoadFlags
)

Functions

Name Description

Public function

T *

 

Get()

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