Navigation
API > API/Runtime > API/Runtime/Engine
Blend Space 1D. Contains 1 axis blend 'space' An Aim Offset is an asset that stores a blendable series of poses to help a character aim a weapon.
| Name | UAimOffsetBlendSpace1D |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace1D.h |
| Include Path | #include "Animation/AimOffsetBlendSpace1D.h" |
Syntax
UCLASS (Config=Engine, HideCategories=Object, MinimalAPI, BlueprintType)
class UAimOffsetBlendSpace1D : public UBlendSpace1D
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimationAsset → UBlendSpace → UBlendSpace1D → UAimOffsetBlendSpace1D
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAimOffsetBlendSpace1D
(
const FObjectInitializer& ObjectInitializer |
Animation/AimOffsetBlendSpace1D.h |
Functions
Public
Overridden from UBlendSpace
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsValidAdditiveType
(
EAdditiveAnimationType AdditiveType |
Returns whether or not the given additive animation type is compatible with the blendspace type | Animation/AimOffsetBlendSpace1D.h |
Overridden from UAnimationAsset
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsValidAdditive() |
Return true if this is valid additive animation false otherwise | Animation/AimOffsetBlendSpace1D.h |