MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CancelStreamingTasks

Method CancelStreamingTasks

Source/Engine/Content/Assets/ModelBase.cpp:1003–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void ModelBase::CancelStreamingTasks()
1004{
1005 if (_streamingTask)
1006 {
1007 _streamingTask->Cancel();
1008 ASSERT_LOW_LAYER(_streamingTask == nullptr);
1009 }
1010}
1011
1012void ModelBase::unload(bool isReloading)
1013{

Callers

nothing calls this directly

Calls 1

CancelMethod · 0.45

Tested by

no test coverage detected