Navigation
API > API/Plugins > API/Plugins/NearestNeighborModel > API/Plugins/NearestNeighborModel/UNearestNeighborModelInstance
- UMLDeformerModelInstance::Init()
- UMLDeformerMorphModelInstance::Init()
- UNearestNeighborModelInstance::Init()
References
| Module | NearestNeighborModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModel/Public/NearestNeighborModelInstance.h |
| Include | #include "NearestNeighborModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModel/Private/NearestNeighborModelInstance.cpp |
virtual void Init
(
USkeletalMeshComponent * SkelMeshComponent
)
Remarks
Initialize the model instance. This internally builds the structures to quickly grab bone transforms. If you override this method, you probably also want to call the Init of this base class inside your overloaded method.