API reference

FQPLBackend Struct

Static Member Functions

CreateMarkerHandle ( Name , NameHandle )
Signature
static bool OculusXRTelemetry::FQPLBackend::CreateMarkerHandle(const char *Name, int *NameHandle)
Parameters
Name: const char *
NameHandle: int *
Returns
bool
DestroyMarkerHandle ( NameHandle )
Signature
static bool OculusXRTelemetry::FQPLBackend::DestroyMarkerHandle(int NameHandle)
Parameters
NameHandle: int
Returns
bool
IsNullBackend ()
Signature
static constexpr bool OculusXRTelemetry::FQPLBackend::IsNullBackend()
Returns
constexpr bool
MarkerAnnotation ( MarkerId , AnnotationKey , AnnotationValue , InstanceKey )
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerAnnotation(int MarkerId, const char *AnnotationKey, const char *AnnotationValue, FTelemetryInstanceKey InstanceKey)
Parameters
MarkerId: int
AnnotationKey: const char *
AnnotationValue: const char *
Returns
bool
MarkerEnd ( MarkerId , Action , InstanceKey , Timestamp )
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerEnd(int MarkerId, EAction Action, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp)
Parameters
MarkerId: int
Action: EAction
Returns
bool
MarkerPoint ( MarkerId , Name , InstanceKey , Timestamp )
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerPoint(int MarkerId, const char *Name, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp)
Parameters
MarkerId: int
Name: const char *
Returns
bool
MarkerPointCached ( MarkerId , NameHandle , InstanceKey , Timestamp )
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerPointCached(int MarkerId, int NameHandle, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp)
Parameters
MarkerId: int
NameHandle: int
Returns
bool
MarkerStart ( MarkerId , InstanceKey , Timestamp )
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerStart(int MarkerId, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp)
Parameters
MarkerId: int
Returns
bool
OnEditorShutdown ()
Signature
static bool OculusXRTelemetry::FQPLBackend::OnEditorShutdown()
Returns
bool