Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/ChaosFlesh
Inheritance Hierarchy
- FRenderResource
- FVertexBuffer
- FVertexBufferWithSRV
- FHalfArrayBufferWithSRV
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableGPUBuffers.h |
| Include | #include "ChaosFlesh/ChaosDeformableGPUBuffers.h" |
Syntax
class FHalfArrayBufferWithSRV : public FVertexBufferWithSRV
Remarks
Floating point GPU buffer converting float to Half/FFloat16.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| int32 | GetNumValues () |
||
| void | |||
| void | |||
| void | |||
| void | Init
(
const float* InArray, |
||
| void | Init
(
const FVector3f* InArray, |
||
| void | Init
(
const FVector4f* InArray, |
||
| void | SetBufferName
(
const FString& InBufferName |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
FRenderResource overrides |