Navigation
API > API/Runtime > API/Runtime/AnimationCore
A description of how to apply aim constraint
| Name | FAimConstraintDescription |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/Constraint.h |
| Include Path | #include "Constraint.h" |
Syntax
USTRUCT ()
struct FAimConstraintDescription : public FConstraintDescriptionEx
Inheritance Hierarchy
- FConstraintDescriptionEx → FAimConstraintDescription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAimConstraintDescription() |
Constraint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseLookUp | bool | Constraint.h |
|
|
| LookAt_Axis | FAxis | Constraint.h |
|
|
| LookUp_Axis | FAxis | Constraint.h |
|
|
| LookUpTarget | FVector | Constraint.h |
|
Functions
Public
Overridden from FConstraintDescriptionEx
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AccumulateConstraintTransform
(
const FTransform& TargetTransform, |
Apply Constraint : Apply Constraint transform to BlendHelperInLocalSpace in local space | Constraint.h | |
virtual bool DoesAffectRotation () |
Functions that describes what they modify | Constraint.h | |
virtual FString GetDisplayString() |
Constraint.h | ||
virtual void Serialize
(
FArchive& Ar |
Serializer | Constraint.h |