Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IVirtualTexture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherProducePageDataTasks
(
FVirtualTextureProducerHandle const& ProducerHandle, |
Collect all task graph events. | VirtualTexturing.h | |
virtual void GatherProducePageDataTasks
(
uint64 RequestHandle, |
Collect all task graph events related to a request. | VirtualTexturing.h |
GatherProducePageDataTasks(FVirtualTextureProducerHandle const &, FGraphEventArray &)
Description
Collect all task graph events.
| Name | GatherProducePageDataTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include Path | #include "VirtualTexturing.h" |
virtual void GatherProducePageDataTasks
(
FVirtualTextureProducerHandle const & ProducerHandle,
FGraphEventArray & InOutTasks
) const
GatherProducePageDataTasks(uint64, FGraphEventArray &)
Description
Collect all task graph events related to a request.
| Name | GatherProducePageDataTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include Path | #include "VirtualTexturing.h" |
virtual void GatherProducePageDataTasks
(
uint64 RequestHandle,
FGraphEventArray & InOutTasks
) const