Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h |
Include | #include "Animation/AnimClassInterface.h" |
Syntax
struct FAnimGraphBlendOptions
Remarks
Blending options for animation graphs in Linked Animation Blueprints.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< UBlendProfile > | BlendInProfile | Optional blend profile to use when blending this graph in (if BlendInTime > 0) |
![]() |
float | BlendInTime | Time to blend this graph in using Inertialization. |
![]() |
TObjectPtr< UBlendProfile > | BlendOutProfile | Optional blend profile to use when blending this graph out (if BlendOutTime > 0) |
![]() |
float | BlendOutTime | Time to blend this graph out using Inertialization. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |