Navigation
API > API/Plugins > API/Plugins/PerformanceCaptureWorkflow
| |
|
| Name |
FPerformanceCaptureModule |
| Type |
class |
| Header File |
/Engine/Plugins/VirtualProduction/PerformanceCaptureWorkflow/Source/PerformanceCaptureWorkflow/Public/PerformanceCapture.h |
| Include Path |
#include "PerformanceCapture.h" |
Syntax
class FPerformanceCaptureModule : public IModuleInterface
Implements Interfaces
Constants
| Name |
Type |
Remarks |
Include Path |
| MessageLogName |
const FLazyName |
Message Log Name for the PerformanceCapture module. |
PerformanceCapture.h |
Variables
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void PluginButtonClicked()
|
This function will be bound to Command (by default it will bring up plugin window) |
PerformanceCapture.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void ShutdownModule()
|
|
PerformanceCapture.h |
|
virtual void StartupModule()
|
IModuleInterface implementation |
PerformanceCapture.h |
|