Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
UContextualAnimSelectionCriterion_Cone.
| Name | EContextualAnimCriterionConeMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimSelectionCriterion.h |
| Include Path | #include "ContextualAnimSelectionCriterion.h" |
Syntax
enum EContextualAnimCriterionConeMode
{
ToPrimary,
FromPrimary,
}
Values
| Name | Remarks |
|---|---|
| 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 |