Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
| Include | #include "MovieSceneSection.h" |
Syntax
enum EMovieSceneChannelProxyType
{
Static,
Dynamic,
}
Values
| Name | Description |
|---|---|
| Static | Once constructed, the channel proxy will not change even on serialization. |
| Dynamic | The channel proxy layout can be affected by serialization or duplication and must be updated on such changes. |
Remarks
Enumeration defining how a section's channel proxy behaves.