Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/TRHITransientResourceCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Forfeit
(
uint64 CurrentFrameIndex |
RHICoreTransientResourceAllocator.h | ||
void Forfeit
(
uint64 CurrentFrameIndex, |
RHICoreTransientResourceAllocator.h |
Forfeit(uint64)
| Name | Forfeit |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
void Forfeit
(
uint64 CurrentFrameIndex
)
Forfeit(uint64, ReleaseFunctionType)
| Name | Forfeit |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
template<typename ReleaseFunctionType>
void Forfeit
(
uint64 CurrentFrameIndex,
ReleaseFunctionType ReleaseFunction
)