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

Method CanBeUpdated

Source/Engine/Audio/AudioClip.cpp:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool AudioClip::CanBeUpdated() const
268{
269 // Check if is ready and has no streaming tasks running
270 return _totalChunks != 0 && _streamingTask == nullptr;
271}
272
273Task* AudioClip::UpdateAllocation(int32 residency)
274{

Callers 2

UpdateResourceFunction · 0.45
JobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected