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

Function GetEnableTracing

Source/Engine/Level/Actors/AnimatedModel.h:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 /// Enables extracting animation playback insights for debugging or custom scripting.
311 /// </summary>
312 API_PROPERTY(Attributes="HideInEditor, NoSerialize") bool GetEnableTracing() const
313 {
314 return GraphInstance.EnableTracing;
315 }
316
317 /// <summary>
318 /// Enables extracting animation playback insights for debugging or custom scripting.

Callers 1

AnimatedModel.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected