Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ExternalMorphSet.h |
| Include | #include "Components/ExternalMorphSet.h" |
Syntax
struct FExternalMorphSetWeights
Remarks
The weight data for a specific external morph set.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ActiveWeightThreshold | The treshold used to determine if a morph target is active or not. | |
| FName | Name | The debug name. | |
| int32 | NumActiveMorphTargets | The number of active morph targets. | |
| TArray< float > | Weights | The weights, which can also be negative and go beyond 1.0 or -1.0. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Update the number of active morph targets. | ||
| void | ZeroWeights
(
bool bZeroNumActiveMorphTargets |
Set all weights to 0. Optionally set the NumActiveMorphTargets to zero as well. |