Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FInstanceCullingContext
| |
|
| Name |
EInstanceFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Renderer/Public/InstanceCulling/InstanceCullingContext.h |
| Include Path |
#include "InstanceCulling/InstanceCullingContext.h" |
Syntax
enum EInstanceFlags
{
None = 0,
DynamicInstanceDataOffset = 1 << 0,
ForceInstanceCulling = 1 << 1,
PreserveInstanceOrder = 1 << 2,
}
Values
| Name |
Remarks |
| None |
|
| DynamicInstanceDataOffset |
|
| ForceInstanceCulling |
|
| PreserveInstanceOrder |
|