DelayValue

This is a single delay loaded entry value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Lumin/CAPIShims/LuminAPIImpl.h

Include

#include "Lumin/CAPIShims/LuminAPIImpl.h"

Syntax

template<typename LibKey, typename Key, typename T>
class DelayValue

Remarks

This is a single delay loaded entry value. The class in keyed on both the library and function, as types. When first created it will try and load the pointer to the named global value.

Constructors

Name Description

Public function

DelayValue

(
    const char* LibName,
    const char* EntryName
)

Functions

Name Description

Public function

T

 

Get()

Constants

Name

Description

Value

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