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

Method OnParentChanged

Source/Engine/Level/Actors/BoxBrush.cpp:302–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void BoxBrush::OnParentChanged()
303{
304 // Base
305 Actor::OnParentChanged();
306
307 if (!IsDuringPlay())
308 return;
309
310 // Fire event
311 OnBrushModified();
312}

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected