Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FHierarchicalBlendTarget
Description
Add the specified HBias to this blend target. Duplicates are not supported - if the HBias already exists in this chain, this function does nothing.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/BuiltInComponentTypes.h |
| Include Path | #include "EntitySystem/BuiltInComponentTypes.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/EntitySystem/BuiltInComponentTypes.cpp |
void Add
(
int16 HBias
)