UMovieScene::SetWorkingRange

Set the start and end working range (outer) for this movie scene

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieScene.h"

Source

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

Syntax

void SetWorkingRange
(
    float Start,
    float End
)

Remarks

Set the start and end working range (outer) for this movie scene

Parameters

Parameter

Description

Start

The offset from 0-time to view this movie scene.

End

The offset from 0-time to view this movie scene

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