APlayerCameraManager::RemoveCameraModifier

Removes the given camera modifier from this camera (if it's on the camera in the first place) and discards it.

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 bool RemoveCameraModifier
(
    UCameraModifier * ModifierToRemove
)

Remarks

Removes the given camera modifier from this camera (if it's on the camera in the first place) and discards it.

Returns

True if successfully removed, false otherwise.

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