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

Method ResetStreaming

Source/Engine/Streaming/Streaming.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void StreamableResource::ResetStreaming(bool error)
85{
86 Streaming.Error = error;
87 Streaming.TargetResidency = 0;
88 Streaming.LastUpdateTime = 3e+30f; // Very large number to skip any updates
89}
90
91void StreamableResource::StartStreaming(bool isDynamic)
92{

Callers 2

OnFailMethod · 0.80
UpdateResourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected