MaxStackAllocationSize

The maximum size of type we will allow allocation on the stack (for efficiency).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

static const uint32 MaxStackAllocationSize = 64 - sizeof(FGuid);

Remarks

The maximum size of type we will allow allocation on the stack (for efficiency). Anything larger will be allocated on the heap.

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