Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstanceDataTypes.h |
| Include | #include "InstanceDataTypes.h" |
Syntax
struct FInstanceDataBufferHeader
Remarks
Header data for the instance data buffer that might be produced early (before the heavy lifting of a data update) to move the main sync point back & off the render thread.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 = false | bInstanceDataIsGPUOnly | ||
| FInstanceDataFlags | Flags | ||
| int32 | NumInstances | ||
| uint32 | PayloadDataStride |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FInstanceDataBufferHeader& Other |
Constants
| Name | Description |
|---|---|
| SinglePrimitiveHeader |