FLinkerLoad::WillTextureBeLoaded

Checks if the specified export should be loaded or not. Performs similar checks as CreateExport().

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/LinkerLoad.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp

Syntax

bool WillTextureBeLoaded
(
    UClass * Class,
    int32 ExportIndex
)

Remarks

Checks if the specified export should be loaded or not. Performs similar checks as CreateExport().

Returns

true of the export should be loaded

Parameters

Parameter

Description

ExportIndex

Index of the export to check

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