UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMetalQueryResult Class Reference

#include <MetalRHIRenderQuery.h>

Public Member Functions

 FMetalQueryResult ()=default
 
 ~FMetalQueryResult ()=default
 
void Reset ()
 
uint64 GetResult ()
 

Public Attributes

FMetalQueryBufferRef SourceBuffer = nullptr
 
uint32 Offset = 0
 
bool bCompleted = false
 
bool bBatchFence = false
 

Constructor & Destructor Documentation

◆ FMetalQueryResult()

FMetalQueryResult::FMetalQueryResult ( )
default

◆ ~FMetalQueryResult()

FMetalQueryResult::~FMetalQueryResult ( )
default

Member Function Documentation

◆ GetResult()

uint64 FMetalQueryResult::GetResult ( )

◆ Reset()

void FMetalQueryResult::Reset ( )

Member Data Documentation

◆ bBatchFence

bool FMetalQueryResult::bBatchFence = false

◆ bCompleted

bool FMetalQueryResult::bCompleted = false

◆ Offset

uint32 FMetalQueryResult::Offset = 0

◆ SourceBuffer

FMetalQueryBufferRef FMetalQueryResult::SourceBuffer = nullptr

The documentation for this class was generated from the following files: