APlayerCameraManager::FindInstanceOfCameraAnim

Returns first existing instance of the specified camera anim, or NULL if none exists.

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

UCameraAnimInst * FindInstanceOfCameraAnim
(
    class UCameraAnim const * Anim
) const

Remarks

Returns first existing instance of the specified camera anim, or NULL if none exists.

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