UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StaticMeshVertexDataInterface.h File Reference
#include "CoreTypes.h"
#include "Misc/EnumClassFlags.h"

Go to the source code of this file.

Classes

class  FStaticMeshVertexDataInterface
 

Enumerations

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

Functions

 ENUM_CLASS_FLAGS (EResizeBufferFlags)
 

Enumeration Type Documentation

◆ EResizeBufferFlags

enum class EResizeBufferFlags
strong
Enumerator
None 
AllowSlackOnGrow 
AllowSlackOnReduce 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EResizeBufferFlags  )