memo 6 - BluePrint 기초 이해 04 - 클래스 블루 프린트


Intro to Blueprints: Adding Functionality to a Class BP | 06 | v4.8 Tutorial Series | Unreal Engine




레벨 블루 프린트와  클래스 블루 프린트  명령어 모음 차이


























노드 Set Get 얻는 Alt , Ctrl  단축키 












Intro to Blueprints: Using Inputs to Control a Class BP | 07 | v4.8 Tutorial Series | Unreal Engine






모든 Actor 는 input 활성화 비활성화를 결정하고 , 키입력 이벤트는 Player Controller로 부터 받게 된다.



그룹 지정  C Key : comment 








Intro to Blueprints: Construction Script Customization | 08 | v4.8 Tutorial Series | Unreal Engine




Construction Script  









색 저장




로컬 변수 와 변수

로컬변수는 Construction Script 에서만 생성할수 있는 변수이다. 

public 이나 private 속성이 없어 외부에서 컨트롤 하지 않는다. 

정리 하자면  Construction Script 내에서만 계산등을 위한 임시로 쓰이는 변수이다.







Intro to Blueprints: Level Editor Component Workflow | 09 | v4.8 Tutorial Series | Unreal Engine


+ Recent posts