EResizeBufferFlags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/StaticMeshVertexDataInterface.h

Include

#include "Rendering/StaticMeshVertexDataInterface.h"

Syntax

enum EResizeBufferFlags
{
    None                  = 0,
    AllowSlackOnGrow      = 1 << 0,
    AllowSlackOnReduce    = 1 << 1,
}

Values

Name

Description

None

AllowSlackOnGrow

AllowSlackOnReduce

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