UE4 Slate (1) 썸네일형 리스트형 Slate 코드 관련 하하하 어느새 11번째 시간이 되었군요. 헤더파일 먼저 준비해야겠지요? //class declare class SVehicleMenuItem : public SCompoundWidget { public: SLATE_BEGIN_ARGS(SVehicleMenuItem) {} /** Weak pointer to the parent HUD base */ SLATE_ARGUMENT(TWeakObjectPtr, OwnerHUD) /** Called when the button is clicked */ SLATE_EVENT(FOnClicked, OnClicked) /** menu item text attribute */ SLATE_ATTRIBUTE(FString, Text) /** menu item text tran.. 이전 1 다음