You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Android build fixes.
[CL 2533019 by JJ Hoesing in Main branch]
This commit is contained in:
committed by
JJ.Hoesing@epicgames.com
parent
74566f4960
commit
fc0a88c67d
+2
-2
@@ -9,7 +9,7 @@ TSharedPtr<FAndroidMediaPlayerStreamer> AndroidMovieStreamer;
|
||||
class FAndroidMoviePlayerModule : public IModuleInterface
|
||||
{
|
||||
/** IModuleInterface implementation */
|
||||
virtual void StartupModule() OVERRIDE
|
||||
virtual void StartupModule() override
|
||||
{
|
||||
if (IsSupported())
|
||||
{
|
||||
@@ -19,7 +19,7 @@ class FAndroidMoviePlayerModule : public IModuleInterface
|
||||
}
|
||||
}
|
||||
|
||||
virtual void ShutdownModule() OVERRIDE
|
||||
virtual void ShutdownModule() override
|
||||
{
|
||||
if (IsSupported())
|
||||
{
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
#include "AndroidJava.h"
|
||||
#include "AndroidFile.h"
|
||||
|
||||
#include "Slate.h"
|
||||
#include "SlateBasics.h"
|
||||
#include "RenderingCommon.h"
|
||||
#include "RenderUtils.h"
|
||||
#include "Slate/SlateTextures.h"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "MoviePlayer.h"
|
||||
#include "AndroidJavaMediaPlayer.h"
|
||||
#include "Slate.h"
|
||||
#include "SlateBasics.h"
|
||||
#include "Slate/SlateTextures.h"
|
||||
|
||||
// The actual streamer class
|
||||
|
||||
Reference in New Issue
Block a user