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