Navigation
API > API/Developer > API/Developer/ProfilerClient > API/Developer/ProfilerClient/IProfilerClient
References
Module | ProfilerClient |
Header | /Engine/Source/Developer/ProfilerClient/Public/IProfilerClient.h |
Include | #include "IProfilerClient.h" |
void SetCaptureState
&40;
const bool bRequestedCaptureState,
const FGuid & InstanceId
&41;
Remarks
Changes the current state of the capturing data service-side.
Parameters
Name | 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. |