Navigation
Unreal Engine C++ API Reference > Developer > ProfilerClient > IProfilerClient
References
Module | ProfilerClient |
Header | /Engine/Source/Developer/ProfilerClient/Public/IProfilerClient.h |
Include | #include "IProfilerClient.h" |
void SetPreviewState
&40;
const bool bRequestedPreviewState,
const FGuid & InstanceId
&41;
Remarks
Changes the current state of the previewing capture data.
Parameters
Name | Description |
---|---|
bRequestedCaptureState | Data preview 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. |