FLinkerLoad::IsImportLazyLoadEnabled

Determines if imports can be lazily loaded.

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

static bool IsImportLazyLoadEnabled()

Remarks

Determines if imports can be lazily loaded. This relies on compile-time enabling of UE_WITH_OBJECT_HANDLE_LATE_RESOLVE from ObjectHandle.h as well as other factors.

Returns

true if imports can be lazily loaded