コード例 #1
0
	virtual bool HandleMouseMoveEvent(FSlateApplication& SlateApp, const FPointerEvent& InPointerEvent)
	{
		return Processor.IsValid() && Processor->HandleMouseMoveEvent(InPointerEvent);
	}