Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/FRHITransientPagePool
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Flush
(
FRHICommandListImmediate& RHICmdList |
RHICoreTransientResourceAllocator.h | ||
void Flush
(
FRHICommandListImmediate& RHICmdList, |
Platform API. | RHICoreTransientResourceAllocator.h |
Flush(FRHICommandListImmediate &)
| Name | Flush |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
| Source | /Engine/Source/Runtime/RHICore/Private/RHICoreTransientResourceAllocator.cpp |
void Flush
(
FRHICommandListImmediate & RHICmdList
)
Flush(FRHICommandListImmediate &, TArray< FPageMapRequest > &&, TArray< FRHITransientPageSpan > &&)
Description
Platform API.
| Name | Flush |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
void Flush
(
FRHICommandListImmediate & RHICmdList,
TArray < FPageMapRequest > && InPageMapRequests,
TArray < FRHITransientPageSpan > && InPageSpans
)