MovieSceneHelpers::CameraComponentFromRuntimeObject

Find and return camera component from the runtime object

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 * CameraComponentFromRuntimeObject
(
    UObject * RuntimeObject
)

Remarks

Find and return camera component from the runtime object

Returns

The found camera component

Parameters

Parameter

Description

Object

The object to get the camera component for

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