#include <WidgetPushCommand.h>
◆ Initialize()
◆ Process()
| bool UWidgetPushCommand::Process |
( |
| ) |
|
|
overridevirtual |
◆ Undo()
| void UWidgetPushCommand::Undo |
( |
| ) |
|
|
overridevirtual |
UCommandBase(으)로부터 재구현되었습니다.
23{
25
26 if (UISubsystemPtr == nullptr)
27 {
28 return;
29 }
30
32
33 if (WidgetPtr == nullptr)
34 {
35 return;
36 }
37
39}
Definition UIManagementSubsystem.h:22
bool PopWidget(UUserWidgetBase *Widget)
Definition UIManagementSubsystem.cpp:168
◆ UISubsystem
◆ Widget
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: