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

#include <MetalProfiler.h>

Public Member Functions

bool operator< (const FMetalCommandBufferTiming &RHS) const
 

Public Attributes

CFTimeInterval StartTime
 
CFTimeInterval EndTime
 

Detailed Description

Simple struct to hold sortable command buffer start and end timestamps.

Member Function Documentation

◆ operator<()

bool FMetalCommandBufferTiming::operator< ( const FMetalCommandBufferTiming RHS) const
inline

Member Data Documentation

◆ EndTime

CFTimeInterval FMetalCommandBufferTiming::EndTime

◆ StartTime

CFTimeInterval FMetalCommandBufferTiming::StartTime

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