FCameraShakePreviewerModule

Module for managing the camera shake previewer tool.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FCameraShakePreviewerModule

References

Module

CameraShakePreviewer

Header

/Engine/Plugins/Cameras/CameraShakePreviewer/Source/CameraShakePreviewer/Public/CameraShakePreviewerModule.h

Include

#include "CameraShakePreviewerModule.h"

Syntax

class FCameraShakePreviewerModule : public IModuleInterface

Remarks

Module for managing the camera shake previewer tool.

Variables

Name Description

Public variable

FOnTogglePrevie...

 

OnTogglePreviewCameraShakes

Callback for when a viewport's ability to show camera shakes is toggled.

Functions

Name Description

Public function Const

bool

 

HasCameraShakesPreview

(
    FLevelEditorViewportClient* Vi...
)

Gets whether the given viewport is supporting camera shakes.

Public function

void

 

ToggleCameraShakesPreview

(
    FLevelEditorViewportClient* Vi...
)

Toggles whether the given viewport should show camera shakes.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

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