Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/FBaseDynamicMeshSelector
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/DynamicMeshSelector.h |
| Include | #include "Selection/DynamicMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/DynamicMeshSelector.cpp |
virtual void Initialize
(
FGeometryIdentifier SourceGeometryIdentifier,
UDynamicMesh * TargetMesh,
TUniqueFunction < UE::Geometry::FTransformSRT3d > GetWorldTransformFunc
)
Remarks
Initialize the FBaseDynamicMeshSelector for a given source/target UDynamicMesh.
Parameters
| Name | Description |
|---|---|
| SourceGeometryIdentifier | identifier for the object that the TargetMesh came from (eg DynamicMeshComponent or other UDynamicMesh source) |
| TargetMesh | the target UDynamicMesh |
| GetWorldTransformFunc | function that provides the Local to World Transform |