Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/FRHITransientHeap
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
struct FInitializer
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Alignment | Alignment of the heap in bytes. | |
| uint32 | BufferCacheSize | Size of the buffer cache before elements are evicted. | |
| ERHITransientHeapFlags | Flags | Flags used to filter resource allocations within the heap. | |
| uint64 | Size | Size of the heap in bytes. | |
| uint32 | TextureCacheSize | Size of the texture cache before elements are evicted. |