New

Operator new for typesafe memory stack allocation.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/MemStack.h"

Syntax

template<class T>
T * New
(
    FMemStackBase & Mem,
    int32 Count,
    int32 Align
)

Remarks

Operator new for typesafe memory stack allocation.

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