Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDSolverDataSelection
Description
Creates a selection handle for the provided data instance. The handle will be owned by this selection systems
| Name | MakeSelectionHandle |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSolverDataSelection.h |
| Include Path | #include "ChaosVDSolverDataSelection.h" |
template<typename SolverDataType, typename HandleType>
TSharedPtr < FChaosVDSolverDataSelectionHandle > MakeSelectionHandle
(
const TSharedPtr < SolverDataType > & InSolverData
)