MovieSceneHelpers::SetRuntimeObjectMobility

Set the runtime object movable

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneCommonHelpers.h"

Syntax

static void SetRuntimeObjectMobility
(
    UObject * Object,
    EComponentMobility::Type ComponentMobility
)

Remarks

Set the runtime object movable

Parameters

Parameter

Description

Object

The object to set the mobility for

Mobility

The mobility of the runtime object

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