#UE4 programming tip: In Blueprint, if you know you want something to happen last in an Event (or Function), a useful paradigm is to place a Sequence node as the first node in the Event/Function, to call attention to something that will always execute Last #UnrealEngine #gamedev