In Unreal Engine Blueprints, what is the purpose of the 'Construction Script'?
-
A
It defines the actor's behavior during gameplay
-
B
It runs when the actor is placed or modified in the editor, allowing procedural setup before Play
-
C
It is called once when the game first launches
-
D
It compiles the Blueprint graph into native code