Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieScene
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
Include | #include "MovieScene.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
void SetWorkingRange
&40;
float Start,
float End
&41;
Remarks
Set the start and end working range (outer) for this movie scene
Parameters
Name | Description |
---|---|
Start | The offset from 0-time to view this movie scene. |
End | The offset from 0-time to view this movie scene |