MovieSceneHelpers::SceneComponentFromRuntimeObject

Get the scene 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 USceneComponent * SceneComponentFromRuntimeObject
(
    UObject * Object
)

Remarks

Get the scene component from the runtime object

Returns

The found scene component

Parameters

Parameter

Description

Object

The object to get the scene 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