Construction script
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.
'언리얼4 > 일반' 카테고리의 다른 글
Collision Sweep & Teleport (1) | 2021.03.08 |
---|---|
UProperty & Property Specifiers (0) | 2021.03.08 |
언리얼 미세먼지 노하우들 (0) | 2021.03.06 |
Rotator를 이용한 블렌딩 (0) | 2021.03.06 |
흐름 제어 (0) | 2021.03.06 |