Navigation
API > API/Plugins > API/Plugins/NearestNeighborModel
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerVizSettings
- UMLDeformerGeomCacheVizSettings
- UMLDeformerMorphModelVizSettings
- UNearestNeighborModelVizSettings
References
| Module | NearestNeighborModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModel/Public/NearestNeighborModelVizSettings.h |
| Include | #include "NearestNeighborModelVizSettings.h" |
Syntax
UCLASS ()
class UNearestNeighborModelVizSettings : public UMLDeformerMorphModelVizSettings
Remarks
The vizualization settings specific to the the vertex delta model.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDrawVerts | Whether to show verts | |
| int32 | NearestNeighborActorSectionIndex | The section used to display the nearest neighbor. | |
| TArray< int32 > | NearestNeighborIds | ||
| int32 | NeighborStatsPartId | ||
| int32 | VertVizSectionIndex | Show vertices in this section |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | |||
| FName | |||
| FName | |||
| void | SetNearestNeighborActorsOffset
(
float InOffset |
||
| void | SetNearestNeighborIds
(
const TArray< int32 >& InNearestNeighborIds |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | NearestNeighborActorsOffset_DEPRECATED |