![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FFeedbackGPUFencePool (int32 NumFences) | |
| void | InitRHI (FRHICommandListBase &RHICmdList) |
| void | ReleaseRHI () |
| void | Allocate (FRHICommandList &RHICmdList, int32 Index) |
| void | Write (FRHICommandList &RHICmdList, int32 Index) |
| bool | Poll (FRHICommandList &RHICmdList, int32 Index) |
| FGPUFenceRHIRef | GetMapFence (int32 Index) |
| void | Release (int32 Index) |
Public Attributes | |
| TArray< FGPUFenceRHIRef > | Fences |
Container for GPU fences.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TArray<FGPUFenceRHIRef> FFeedbackGPUFencePool::Fences |