Navigation
API > API/Runtime > API/Runtime/Engine
How quickly component should be culled.
| Name | ERayTracingGroupCullingPriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
Syntax
enum ERayTracingGroupCullingPriority
{
CP_0_NEVER_CULL,
CP_1,
CP_2,
CP_3,
CP_4_DEFAULT,
CP_5,
CP_6,
CP_7,
CP_8_QUICKLY_CULL,
}
Values
| Name | Remarks |
|---|---|
| CP_0_NEVER_CULL | |
| CP_1 | |
| CP_2 | |
| CP_3 | |
| CP_4_DEFAULT | |
| CP_5 | |
| CP_6 | |
| CP_7 | |
| CP_8_QUICKLY_CULL |