Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void GetHalfSphereMesh
(
const FVector & Center,
const FVector & Radii,
int32 NumSides,
int32 NumRings,
float StartAngle,
float EndAngle,
const FMaterialRenderProxy * MaterialRenderProxy,
uint8 DepthPriority,
bool bDisableBackfaceCulling,
int32 ViewIndex,
FMeshElementCollector & Collector,
bool bUseSelectionOutline,
HHitProxy * HitProxy
)