EMovieSceneChannelProxyType

Enumeration defining how a section's channel proxy behaves.

Windows
MacOS
Linux

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.

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