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

Function OnLightmapsBuildFinished

Source/Editor/Managed/ManagedEditor.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void OnLightmapsBuildFinished(bool failed)
72{
73 if (failed)
74 OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::UpdateEntries, 0, 0, false);
75 else
76 OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::GenerateLightmapCharts, 0, 0, false);
77}
78
79void OnBakeEvent(bool started, Actor* e)
80{

Callers

nothing calls this directly

Calls 1

OnLightmapsBakeFunction · 0.85

Tested by

no test coverage detected