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

Function IsDynamic

Source/Engine/Streaming/StreamableResource.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 /// Gets value indicating whenever resource can be used in dynamic streaming (otherwise use always the best quality).
37 /// </summary>
38 FORCE_INLINE bool IsDynamic() const
39 {
40 return _isDynamic;
41 }
42
43 /// <summary>
44 /// Gets resource streaming quality level

Callers 1

OnInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected