Adding in missing LocalPlayer includes. No idea why VS didn't care for me and others

but some very specific people it errors for. It should honestly be a problem for everyone....

But the UBT is rather complicated and intertwined.


Former-commit-id: a2e7d8bfd0e1056f00220457ac45ae00e3dc0c04
This commit is contained in:
mordentral
2017-06-06 12:37:05 -04:00
parent 52559e914e
commit d6bb456f1c
3 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#include "OnlineMessageInterface.h"
#include "OnlinePresenceInterface.h"
#include "Engine/GameInstance.h"
#include "Engine/LocalPlayer.h"
#include "OnlineSessionInterface.h"
#include "OnlineSessionSettings.h"
#include "UObjectIterator.h"

View File

@@ -10,6 +10,7 @@
#include "OnlineUserInterface.h"
#include "OnlinePresenceInterface.h"
#include "Engine/GameInstance.h"
#include "Engine/LocalPlayer.h"
#include "UObjectIterator.h"

View File

@@ -1,7 +1,6 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "AdvancedFriendsGameInstance.h"
//General Log
DEFINE_LOG_CATEGORY(AdvancedFriendsInterfaceLog);