Navigation
API > API/Plugins > API/Plugins/PoseSearch
Multi character interaction constraint notify state: used to calculate relative bone positions in UPoseSearchInteractionAsset items
| Name | UAnimNotifyState_PoseSearchConstraint |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchAnimNotifies.h |
| Include Path | #include "PoseSearch/PoseSearchAnimNotifies.h" |
Syntax
UCLASS (MinimalAPI, Experimental, Blueprintable, Meta=(DisplayName="Pose Search: Constraint"))
class UAnimNotifyState_PoseSearchConstraint : public UAnimNotifyState_PoseSearchBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimNotifyState → UAnimNotifyState_PoseSearchBase → UAnimNotifyState_PoseSearchConstraint
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CoolDownTime | float | Cool down time used to calculate the desired reach for this constraint (it doesn't start at the end of this notify state, BUT when this notify state gets out of scope (ultimately getting out of scope when reaching the notify state end time minus CoolDownTime, since MM can jump into a random frame of the animation containing the notify state) | PoseSearch/PoseSearchAnimNotifies.h |
|
| FromSocketName | FName | PoseSearch/PoseSearchAnimNotifies.h |
|
|
| FromSocketRole | FName | PoseSearch/PoseSearchAnimNotifies.h |
|
|
| RampUpTime | float | Ramp up time used to calculate the desired reach for this constraint (it doesn't start at the beginning of this notify state, BUT when this notify state is first seen, since MM can jump into a random frame of the animation containing the notify state) | PoseSearch/PoseSearchAnimNotifies.h |
|
| RotationWeight | float | Who should rotate to reach full alignment? FromSocket or ToSocket? If RotationWeight is 0 FromSocket will move 100% and ToSocket 0%, if RotationWeight is 1 FromSocket will move 0% and ToSocket 100%, | PoseSearch/PoseSearchAnimNotifies.h |
|
| ToSocketName | FName | PoseSearch/PoseSearchAnimNotifies.h |
|
|
| ToSocketRole | FName | PoseSearch/PoseSearchAnimNotifies.h |
|
|
| TranslationWeight | float | Who should translate to reach full alignment? FromSocket or ToSocket? If TranslationWeight is 0 FromSocket will move 100% and ToSocket 0%, if TranslationWeight is 1 FromSocket will move 0% and ToSocket 100%, | PoseSearch/PoseSearchAnimNotifies.h |
|