Slate (2) 썸네일형 리스트형 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.. Slate UI C++ Example Tutorial index Unreal Engine 4: Slate UI Tutorial 3: nested components In this tutorial we will look at how you can place more than one components on an overlay, and how to nest the components to organize your UI more efficiently. Furthermore, a complete list of the slate components provided by the engine can be found at the bottom of the page, with a brief description of each one. Disclaimer: i.. 이전 1 다음