APlayerCameraManager::AddNewCameraModifier

Creates and initializes a new camera modifier of the specified class.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h

Include

#include "Camera/PlayerCameraManager.h"

Source

/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp

Syntax

virtual UCameraModifier * AddNewCameraModifier
(
    TSubclassOf< class UCameraModifier > ModifierClass
)

Remarks

Creates and initializes a new camera modifier of the specified class.

Returns

Returns the newly created camera modifier.

Parameters

Parameter

Description

ModifierClass

The class of camera modifier to create.

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