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: intReturns 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: intAnnotationKey: const char *AnnotationValue: const char *InstanceKey: FTelemetryInstanceKeyReturns bool |
MarkerEnd
(
MarkerId
, Action
, InstanceKey
, Timestamp
)
|
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerEnd(int MarkerId, EAction Action, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp) Parameters Returns bool |
MarkerPoint
(
MarkerId
, Name
, InstanceKey
, Timestamp
)
|
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerPoint(int MarkerId, const char *Name, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp) Parameters Returns bool |
MarkerPointCached
(
MarkerId
, NameHandle
, InstanceKey
, Timestamp
)
|
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerPointCached(int MarkerId, int NameHandle, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp) Parameters Returns bool |
MarkerStart
(
MarkerId
, InstanceKey
, Timestamp
)
|
Signature
static bool OculusXRTelemetry::FQPLBackend::MarkerStart(int MarkerId, FTelemetryInstanceKey InstanceKey, FTelemetryTimestamp Timestamp) Parameters Returns bool |
OnEditorShutdown
()
|
Signature
static bool OculusXRTelemetry::FQPLBackend::OnEditorShutdown() Returns bool |