Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataCollection
Description
Find data of a specific type in the collection (mutable version). If not found, null will be returned.
| Name | FindMutableDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
template<typename T>
T * FindMutableDataByType() const