Navigation
API > API/Runtime > API/Runtime/MovieScene
Specifies a unique, sorted path of hbiases that contribute to a blended output Supports up to 8 unique HBiases in its path
| Name | FHierarchicalBlendTarget |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/BuiltInComponentTypes.h |
| Include Path | #include "EntitySystem/BuiltInComponentTypes.h" |
Syntax
struct FHierarchicalBlendTarget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EntitySystem/BuiltInComponentTypes.h | |||
FHierarchicalBlendTarget
(
const FHierarchicalBlendTarget& RHS |
EntitySystem/BuiltInComponentTypes.h | ||
| Default Constructor | EntitySystem/BuiltInComponentTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHierarchicalBlendTarget() |
EntitySystem/BuiltInComponentTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GrowAmount | uint16 | EntitySystem/BuiltInComponentTypes.h | |
| InlineCapacity | int32 | EntitySystem/BuiltInComponentTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Capacity | uint16 | 2 bytes - maximum number of hbiases in this chain. | EntitySystem/BuiltInComponentTypes.h | |
| Data | uint8 | 14 bytes of hbias chain. | EntitySystem/BuiltInComponentTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
int16 HBias |
Add the specified HBias to this blend target. | EntitySystem/BuiltInComponentTypes.h | |
TArrayView< const int16 > AsArray() |
Convert this blend target into an array view | EntitySystem/BuiltInComponentTypes.h | |
uint16 GetCapacity() |
Retrieve the current capacity of this container - only to be used for debugging and testing purposes | EntitySystem/BuiltInComponentTypes.h | |
int32 Num() |
Return the number of hbiases that contribute to this blend target | EntitySystem/BuiltInComponentTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int16 operator[]
(
int32 Index |
Return the HBias at the specified index. Out of bounds indices will fail an assertion | EntitySystem/BuiltInComponentTypes.h | |
FHierarchicalBlendTarget & operator=
(
const FHierarchicalBlendTarget& RHS |
EntitySystem/BuiltInComponentTypes.h | ||
| EntitySystem/BuiltInComponentTypes.h |