Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
References
| |
|
| Module |
ContextualAnimation |
| Header |
/Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimSelectionCriterion.h |
| Include |
#include "ContextualAnimSelectionCriterion.h" |
Syntax
enum EContextualAnimCriterionConeMode
&123;
ToPrimary,
FromPrimary,
&125;
Values
| Name |
Description |
| ToPrimary |
Uses the angle between the vector from querier to primary and querier forward vector rotated by offset |
| FromPrimary |
Uses the angle between the vector from primary to querier and primary forward vector rotated by offset |
UContextualAnimSelectionCriterion_Cone.