Navigation
API > API/Runtime > API/Runtime/Engine
The morph target weight data for all external morph target sets.
| Name | FExternalMorphWeightData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ExternalMorphSet.h |
| Include Path | #include "Components/ExternalMorphSet.h" |
Syntax
struct FExternalMorphWeightData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MorphSets | TMap< int32, FExternalMorphSetWeights > | The map with a collection of morph sets. Each set can contains multiple morph targets. | Components/ExternalMorphSet.h | |
| NumActiveMorphTargets | int32 | The number of active morph targets. | Components/ExternalMorphSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasActiveMorphs() |
Check if we have active morph targets or not. | Components/ExternalMorphSet.h | |
void Reset() |
Reset the morph target sets. | Components/ExternalMorphSet.h | |
void UpdateNumActiveMorphTargets() |
Update the number of active morph targets for all sets. | Components/ExternalMorphSet.h |