Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GetCylinderMesh
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void GetCylinderMesh
(
const FVector & Start,
const FVector & End,
double Radius,
int32 Sides,
const FMaterialRenderProxy * MaterialInstance,
uint8 DepthPriority,
int32 ViewIndex,
FMeshElementCollector & Collector,
HHitProxy * HitProxy
)
Remarks
Draws a cylinder along the axis from Start to End.