UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FD3D12BatchedPayloadObjects Struct Reference

#include <D3D12Submission.h>

Public Member Functions

bool IsEmpty () const
 

Public Attributes

TArray< FD3D12QueryLocationTimestampQueries
 
TArray< FD3D12QueryLocationOcclusionQueries
 
TArray< FD3D12QueryLocationPipelineStatsQueries
 
TMap< TRefCountPtr< FD3D12QueryHeap >, TArray< FD3D12QueryRange > > QueryRanges
 

Member Function Documentation

◆ IsEmpty()

bool FD3D12BatchedPayloadObjects::IsEmpty ( ) const
inline

Member Data Documentation

◆ OcclusionQueries

TArray<FD3D12QueryLocation> FD3D12BatchedPayloadObjects::OcclusionQueries

◆ PipelineStatsQueries

TArray<FD3D12QueryLocation> FD3D12BatchedPayloadObjects::PipelineStatsQueries

◆ QueryRanges

TMap<TRefCountPtr<FD3D12QueryHeap>, TArray<FD3D12QueryRange> > FD3D12BatchedPayloadObjects::QueryRanges

◆ TimestampQueries

TArray<FD3D12QueryLocation> FD3D12BatchedPayloadObjects::TimestampQueries

The documentation for this struct was generated from the following file: