Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/System > API/Plugins/MutableRuntime/MuR/System/__ctor
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
System
&40;
const Ptr< Settings > & Settings,
const TSharedPtr< ExtensionDataStreamer > & DataStreamer
&41;
Remarks
Constructor of a system object to build data.
Parameters
| Name | Description |
|---|---|
| Settings | Optional class with the settings to use in this system. The default value configures a production-ready system. |
| DataStreamer | Optional interface to allow the Model to stream in ExtensionData from disk |