Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieScene3DConstraintSection
- UMovieScene3DAttachSection
- UMovieScene3DPathSection
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DConstraintSection.h |
Include | #include "Sections/MovieScene3DConstraintSection.h" |
Syntax
class UMovieScene3DConstraintSection : public UMovieSceneSection
Remarks
Base class for 3D constraint section
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneObjectBindingID | ConstraintBindingID | The constraint binding that this movie Constraint uses |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieScene3DConstraintSection
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FMovieSceneObjectBindingID & | Gets the constraint binding for this Constraint section | |
![]() |
void | SetConstraintBindingID
(
const FMovieSceneObjectBindingID& InConstraintBindingID |
Sets the constraint binding for this Constraint section |
Overridden from UMovieSceneSection
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetReferencedBindings
(
TArray< FGuid >& OutBindings |
Get the referenced bindings for this section |
![]() ![]() |
void | OnBindingIDsUpdated
(
const TMap< UE::MovieScene::FFixedObjectBindingID, UE::MovieScene::FFixedObjectBindingID >& OldFixe..., |
When guid bindings are updated to allow this section to fix-up any internal bindings |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostLoad () |
~UObject interface |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | ConstraintId_DEPRECATED | The possessable guid that this constraint uses |