Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieScene3DTransformSectionConstraints
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DTransformSection.h |
| Include | #include "Sections/MovieScene3DTransformSection.h" |
Syntax
class UMovieScene3DTransformSectionConstraints : public UObject
Remarks
This object contains information needed for constraint channels on the transform section
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConstraintAndActiveChannel > | ConstraintsChannels | Constraint Channels |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditUndo () |
When undo/redoing we need to recreate channel proxies after we are done |