Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/IMovieSceneConstrainedSection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTickableConstraint * FindConstraint
(
const FName InConstraintName |
Find the constraint named ConstraintName | Sections/MovieSceneConstrainedSection.h | |
UTickableConstraint * FindConstraint
(
FMovieSceneChannel* InChannel |
Find the constraint from the channel | Sections/MovieSceneConstrainedSection.h |
FindConstraint(const FName)
Description
Find the constraint named ConstraintName
| Name | FindConstraint |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneConstrainedSection.h |
| Include Path | #include "Sections/MovieSceneConstrainedSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneConstrainedSection.cpp |
UTickableConstraint * FindConstraint
(
const FName InConstraintName
) const
FindConstraint(FMovieSceneChannel *)
Description
Find the constraint from the channel
| Name | FindConstraint |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneConstrainedSection.h |
| Include Path | #include "Sections/MovieSceneConstrainedSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneConstrainedSection.cpp |
UTickableConstraint * FindConstraint
(
FMovieSceneChannel * InChannel
) const