Navigation
API > API/Runtime > API/Runtime/MovieScene
Enumeration defining how a section's channel proxy behaves.
| Name | EMovieSceneChannelProxyType |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
| Include Path | #include "MovieSceneSection.h" |
Syntax
enum EMovieSceneChannelProxyType
{
Static,
Dynamic,
}
Values
| Name | Remarks |
|---|---|
| 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. |