Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EFieldCommandBuffer |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsField/PhysicsFieldComponent.h |
| Include Path | #include "PhysicsField/PhysicsFieldComponent.h" |
Syntax
enum EFieldCommandBuffer
{
GPUFieldBuffer = 0,
CPUReadBuffer = 1,
CPUWriteBuffer = 2,
GPUDebugBuffer = 3,
NumFieldBuffers = 4,
}
Values
| Name | Remarks |
|---|---|
| GPUFieldBuffer | |
| CPUReadBuffer | |
| CPUWriteBuffer | |
| GPUDebugBuffer | |
| NumFieldBuffers |