You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Move RadialSlider into it for shared use - Add redirector for VirtualCam to avoid breaking existing content - Fix RadialSlider value not updating if not bound #jira UE-103908 #rb lauren.barnes #fyi Matt.Kuhlenschmidt Vincent.Gauthier [CL 14846513 by Rob Gay in ue5-main branch]
12 lines
243 B
C
12 lines
243 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
#include "Misc/MonolithicHeaderBoilerplate.h"
|
|
MONOLITHIC_HEADER_BOILERPLATE()
|
|
|
|
#include "Core.h"
|
|
#include "Engine.h"
|
|
#include "SlateBasics.h"
|
|
|
|
#include "AdvancedWidgetsModule.h"
|