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 SetViewRange
&40;
float Start,
float End
&41;
Remarks
Set the start and end view range (inner) 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 |