Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ExtensionDataStreamer
- ExtensionDataStreamer::StartLoad()
- FUnrealExtensionDataStreamer::StartLoad()
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/ExtensionDataStreamer.h |
| Include | #include "MuR/ExtensionDataStreamer.h" |
TSharedRef< const FExtensionDataLoadHandle > StartLoad
&40;
const ExtensionDataPtrConst & Data,
TArray< ExtensionDataPtrConst > & OutUnloadedConstants
&41;
Remarks
Start asynchronously loading the streamed constant data referenced by the given ExtensionData. A handle that allows the caller to poll the load state. When the state is no longer Pending, the load is either complete or has failed.
Parameters
| Name | Description |
|---|---|
| Data | The ExtensionData to load. Its Origin must be ConstantStreamed. |
| OutUnloadedConstants | An array of ConstantStreamed ExtensionData that was unloaded to make space for the requested data. Guaranteed to only contain valid pointers to ConstantStreamed data from this program. |