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