언리얼4/일반

Construction script

Valentyne 2021. 3. 7. 11:40

Construction Script is a special function that all Actor Blueprints perform when:

  • the Blueprint is first added to the Level
  • there is a change to its properties
  • when the class is spawned at runtime

The construction script is mainly for modular development in editor. So for something like creating a road with guard rails and lines and a curb or a concrete barrier etc you can script all the logic for how to do this in the construction script of a spline actor.

 

출처1

출처2