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 FExternalMorphWeightData
Remarks
The morph target weight data for all external morph target sets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< int32, FExternalMorphSetWeights > | MorphSets | The map with a collection of morph sets. Each set can contains multiple morph targets. | |
| int32 | NumActiveMorphTargets | The number of active morph targets. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Check if we have active morph targets or not. | ||
| void | Reset () |
Reset the morph target sets. | |
| void | Update the number of active morph targets for all sets. |