Navigation
API > API/Runtime > API/Runtime/Constraints
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintChannel.h |
| Include | #include "ConstraintChannel.h" |
Syntax
USTRUCT ()
struct FConstraintAndActiveChannel
Remarks
if WITH_EDITOR namespace MovieSceneClipboard { template<> inline FName GetKeyTypeName() { static FName Name("Bool"); return Name; } } #endif
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneConstraintChannel | ActiveChannel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConstraintAndActiveChannel
(
const TObjectPtr< UTickableConstraint >& InConstraint |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTickableConstraint > | |||
| void | SetConstraint
(
UTickableConstraint* InConstraint |