MovieSceneHelpers::CameraComponentFromActor

Get the active camera component from the actor

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

static UCameraComponent * CameraComponentFromActor
(
    const AActor * InActor
)

Remarks

Get the active camera component from the actor

Returns

The active camera component

Parameters

Parameter

Description

InActor

The actor to look for the camera component on

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