TInlineValue::Reserve

Reserve space for a structure derived from BaseType, of the size and alignment specified .

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/InlineValue.h

Include

#include "Misc/InlineValue.h"

Syntax

void * Reserve
(
    uint32 InSize,
    uint32 InAlignment
)

Remarks

Reserve space for a structure derived from BaseType, of the size and alignment specified .

Does not initialize the memory in anyway

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