IProfilerClient::SetCaptureState

Changes the current state of the capturing data service-side.

Windows
MacOS
Linux

References

Module

ProfilerClient

Header

/Engine/Source/Developer/ProfilerClient/Public/IProfilerClient.h

Include

#include "IProfilerClient.h"

Syntax

void SetCaptureState
(
    const bool bRequestedCaptureState,
    const FGuid & InstanceId
)

Remarks

Changes the current state of the capturing data service-side.

Parameters

Parameter

Description

bRequestedCaptureState

Data capture state that should be set.

InstanceId

If valid, this function will be executed only for the specified instance, otherwise will be executed on all instances.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss