FLinkerLoad::WillTextureBeLoaded

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

Choose your operating system:

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