Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/Components/BaseDynamicMeshComponent.h |
| Include | #include "Components/BaseDynamicMeshComponent.h" |
Syntax
enum EDynamicMeshDrawPath
{
DynamicDraw = 0,
StaticDraw = 1,
}
Values
| Name | Description |
|---|---|
| DynamicDraw | Use the dynamic draw path, intended for meshes that update on most frames |
| StaticDraw | Use the static draw path, for meshes that do not change on most frames |
Remarks
Draw Path to use