So, I’m having a lot of trouble understanding how to package plugins (and one in particular - as it’s my first time packaging a project with a plugin) with the binary. I’m entirely new to process, but a quick Google search leads to 's wiki page which seems like it should be helpful, but hasn’t actually remedied my problems.
The steps I’ve taken is to package the plugin into the project folder, which creates a ‘HostProject’ folder. It doesn’t actually complete successfully and gives me the errors - full log shown in the quote below.
Anyway, generates a hostproject folder in the project folder… which is I’m guessing the plugin stuff.
Not sure where to put - but after I build my project into the same project folder, it creates a WindowsNoEditor folder alongside hostproject folder (so for me, CAOTSSimpleTown/WindowsNoEditor and CAOTS/SimpleTown/hostproject).
I tried copying the contents of host project into various folders in the WindowsNoEditor folder (…/engine/Plugins/VRExpansionPlugin, …/engine/Plugins/Runtime/, …engine/Plugins/, /engine/, etc), and every combination produced the error message:
“Plugin ‘VRExpansionPlugin’ failed to load because module ‘VRExpansionPlugin’ could not be found, Please ensure the plugin is properly installed, etc” Which I suspect is probably a result of me been unable to package the plugin properly… but even if it was successful, I’m not sure what to do with it afterwards.
So… yeah, not sure what I need to do to get it working. Any advice would be greatly appreciated!
UATHelper: Package Plugin Task (Windows): Running AutomationTool...
UATHelper: Package Plugin Task (Windows): Automation.ParseCommandLine: Parsing command line: BuildPlugin -Rocket -Plugin="C:/Users//Documents/Unreal Projects/VRProject012/Plugins/VRExpansionPlugin.uplugin" -Package="C:/Users//Desktop/CAOTS SimpleTown/CAOTS"
UATHelper: Package Plugin Task (Windows): Automation.Process: Setting up command environment.
UATHelper: Package Plugin Task (Windows): CommandUtils.ThreadedCopyFiles: Copying 42 file(s) using 64 thread(s)
UATHelper: Package Plugin Task (Windows): BuildPlugin.ExecuteBuild: Reading plugin from C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\VRExpansionPlugin.uplugin...
UATHelper: Package Plugin Task (Windows): BuildPlugin.CompilePlugin: Building plugin for host platforms: Win64
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: C:\Program Files (x86)\Epic Games\4.13\Engine\Binaries\DotNET\UnrealBuildTool.exe UE4Editor Win64 Development -project="C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" -module VRExpansionPlugin -r
UATHelper: Package Plugin Task (Windows): eceipt "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Binaries\Win64\UE4Editor.target" -NoHotReload
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing full C++ include scan (building a new target)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Creating makefile for UE4Editor (no existing makefile)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Parsing headers for UE4Editor
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Running UnrealHeaderTool "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor.uhtmani
UATHelper: Package Plugin Task (Windows): fest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Reflection code generated for UE4Editor in 4.9006574 seconds
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing 5 actions (9 in parallel)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: [3/5] Resource PCLaunch.rc
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: [4/5] Resource ModuleVersionResource.rc.inl
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: VRExpansionPlugin.generated.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Module.VRExpansionPlugin.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, please use version with EPathFollowingVelocityMode parameter in
stead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, please use version with EPathFollowingVelocityMode parameter in
stead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(337): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(345): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(362): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(368): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(421): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: [5/5] Link UE4Editor-VRExpansionPlugin.dll
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Creating library C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-VRExpansionPlugin.lib and object C:\Users\\Desktop\CAOTS SimpleTo
UATHelper: Package Plugin Task (Windows): wn\CAOTS\HostProject\Plugins\VRExpansionPlugin\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-VRExpansionPlugin.exp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Total build time: 61.98 seconds
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: Took 62.1186387s to run UnrealBuildTool.exe, ExitCode=0
UATHelper: Package Plugin Task (Windows): BuildPlugin.CompilePlugin: Building plugin for target platforms: Win64, Win32, Android, HTML5
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: C:\Program Files (x86)\Epic Games\4.13\Engine\Binaries\DotNET\UnrealBuildTool.exe UE4Game Win64 Development -project="C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" -module VRExpansionPlugin -rec
UATHelper: Package Plugin Task (Windows): eipt "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Binaries\Win64\UE4Game.target" -NoHotReload -ignorejunk
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing full C++ include scan (building a new target)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Creating makefile for UE4Game (no existing makefile)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Parsing headers for UE4Game
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Running UnrealHeaderTool "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Intermediate\Build\Win64\UE4Game\Development\UE4Game.uhtmanifest
UATHelper: Package Plugin Task (Windows): " -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Reflection code generated for UE4Game in 4.0780703 seconds
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing 5 actions (9 in parallel)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: PCH.UELinkerFixupsName.h.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Module.VRExpansionPlugin.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: VRExpansionPlugin.generated.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: UELinkerFixups.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, p
UATHelper: Package Plugin Task (Windows): lease use version with EPathFollowingVelocityMode parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, p
UATHelper: Package Plugin Task (Windows): lease use version with EPathFollowingVelocityMode parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(337): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(345): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(362): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(368): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(421): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: [5/5] Link UE4-VRExpansionPlugin.lib
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Total build time: 33.88 seconds
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: Took 34.0090672s to run UnrealBuildTool.exe, ExitCode=0
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: C:\Program Files (x86)\Epic Games\4.13\Engine\Binaries\DotNET\UnrealBuildTool.exe UE4Game Win64 Shipping -project="C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" -module VRExpansionPlugin -receip
UATHelper: Package Plugin Task (Windows): t "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Binaries\Win64\UE4Game-Win64-Shipping.target" -NoHotReload -ignorejunk
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing full C++ include scan (building a new target)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Creating makefile for UE4Game (no existing makefile)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing 5 actions (9 in parallel)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: PCH.UELinkerFixupsName.h.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Module.VRExpansionPlugin.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: VRExpansionPlugin.generated.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: UELinkerFixups.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, please use version with EPathFollowingVelocityMode parameter in
stead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, please use version with EPathFollowingVelocityMode parameter in
stead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(337): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(345): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(362): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(368): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(421): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: [5/5] Link UE4-VRExpansionPlugin-Win64-Shipping.lib
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Total build time: 22.80 seconds
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: Took 22.9313257s to run UnrealBuildTool.exe, ExitCode=0
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: C:\Program Files (x86)\Epic Games\4.13\Engine\Binaries\DotNET\UnrealBuildTool.exe UE4Game Win32 Development -project="C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" -module VRExpansionPlugin -receipt "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostPr
oject\Plugins\VRExpansionPlugin\Binaries\Win32\UE4Game.target" -NoHotReload -ignorejunk
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing full C++ include scan (building a new target)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Creating makefile for UE4Game (no existing makefile)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Parsing headers for UE4Game
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Running UnrealHeaderTool "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Intermediate\Build\Win32\UE4Game\Development\UE4Game.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase erro
r" -Unattended -WarningsAsErrors -installed
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Reflection code generated for UE4Game in 3.7708811 seconds
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Performing 5 actions (9 in parallel)
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: PCH.UELinkerFixupsName.h.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: VRExpansionPlugin.generated.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Module.VRExpansionPlugin.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: UELinkerFixups.cpp
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\GripMotionControllerComponent.h(246): error C2719: 'OriginalTransform': formal parameter with requested alignment of 16 won't be aligned
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\GripMotionControllerComponent.h(246): error C2719: 'OriginalTransform': formal parameter with requested alignment of 16 won't be aligned
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRRootComponent.h(24): error C2719: 'Rotation': formal parameter with requested alignment of 16 won't be aligned
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRRootComponent.h(24): error C2719: 'Rotation': formal parameter with requested alignment of 16 won't be aligned
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, p
UATHelper: Package Plugin Task (Windows): lease use version with EPathFollowingVelocityMode parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Public\VRPathFollowingComponent.h(40): warning C4996: 'UPathFollowingComponent::PauseMove': function is now deprecated, p
UATHelper: Package Plugin Task (Windows): lease use version with EPathFollowingVelocityMode parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(409): note: see declaration of 'UPathFollowingComponent::PauseMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\GripMotionControllerComponent.cpp(619): error C2719: 'OriginalRelativeTransform': formal parameter with requested alig
UATHelper: Package Plugin Task (Windows): nment of 16 won't be aligned
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(337): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecate
UATHelper: Package Plugin Task (Windows): d, please use version with EPathFollowingResultDetails parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(345): warning C4996: 'UPathFollowingComponent::AbortMove': function is now deprecated, please use version with EPathFollowingResultDetails paramet
er instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(406): note: see declaration of 'UPathFollowingComponent::AbortMove'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(362): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now deprecated, please version with FPathFollowingResult parameter ins
tead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(368): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now deprecated, please version with FPathFollowingResult parameter ins
tead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRPathFollowingComponent.cpp(421): warning C4996: 'UPathFollowingComponent::OnPathFinished': function is now depr
UATHelper: Package Plugin Task (Windows): ecated, please version with FPathFollowingResult parameter instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Program Files (x86)\Epic Games\4.13\Engine\Source\Runtime\AIModule\Classes\Navigation/PathFollowingComponent.h(418): note: see declaration of 'UPathFollowingComponent::OnPathFinished'
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Source\VRExpansionPlugin\Private\VRRootComponent.cpp(206): error C2719: 'NewTransform': formal parameter with requested alignment of 16 won't be aligne
UATHelper: Package Plugin Task (Windows): d
UATHelper: Package Plugin Task (Windows): UnrealBuildTool: Total build time: 23.84 seconds
UATHelper: Package Plugin Task (Windows): CommandUtils.Run: Run: Took 23.9652561s to run UnrealBuildTool.exe, ExitCode=5
UATHelper: Package Plugin Task (Windows): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.CommandUtils+CommandFailedException: Command failed (Result:5): C:\Program Files (x86)\Epic Games\4.13\Engine\Binaries\DotNET\UnrealBuildTool.exe UE4Game Win32 Development -proje
UATHelper: Package Plugin Task (Windows): ct="C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\HostProject.uproject" -module VRExpansionPlugin -receipt "C:\Users\\Desktop\CAOTS SimpleTown\CAOTS\HostProject\Plugins\VRExpansionPlugin\Binaries\Win32\UE4Game.target" -NoHotReload -ignorejunk. See logfile for details: 'UnrealBuildTool-2016.1
0.01-00.16.17.txt'
UATHelper: Package Plugin Task (Windows): at AutomationTool.CommandUtils.RunAndLog(String App, String CommandLine, String Logfile, Int32 MaxSuccessCode, String Input, ERunOptions Options, Dictionary`2 EnvVars, SpewFilterCallbackType SpewFilterCallback)
UATHelper: Package Plugin Task (Windows): at AutomationTool.CommandUtils.RunAndLog(CommandEnvironment Env, String App, String CommandLine, String LogName, Int32 MaxSuccessCode, String Input, ERunOptions Options, Dictionary`2 EnvVars, SpewFilterCallbackType SpewFilterCallback)
UATHelper: Package Plugin Task (Windows): at AutomationTool.CommandUtils.RunUBT(CommandEnvironment Env, String UBTExecutable, String CommandLine, String LogName, Dictionary`2 EnvVars)
UATHelper: Package Plugin Task (Windows): at BuildPlugin.CompilePluginWithUBT(FileReference HostProjectFile, FileReference HostProjectPluginFile, PluginDescriptor Plugin, String TargetName, TargetType TargetType, UnrealTargetPlatform Platform, UnrealTargetConfiguration Configuration, List`1 ReceiptFileNames, String InAdditionalArgs)
UATHelper: Package Plugin Task (Windows): at BuildPlugin.CompilePlugin(FileReference HostProjectFile, FileReference HostProjectPluginFile, PluginDescriptor Plugin, List`1 HostPlatforms, List`1 TargetPlatforms, String AdditionalArgs)
UATHelper: Package Plugin Task (Windows): at BuildPlugin.ExecuteBuild()
UATHelper: Package Plugin Task (Windows): at AutomationTool.BuildCommand.Execute()
UATHelper: Package Plugin Task (Windows): at AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands)
UATHelper: Package Plugin Task (Windows): at AutomationTool.Automation.Process(String] Arguments)
UATHelper: Package Plugin Task (Windows): at AutomationTool.Program.MainProc(Object Param)
UATHelper: Package Plugin Task (Windows): at AutomationTool.InternalUtils.RunSingleInstance(Func`2 Main, Object Param)
UATHelper: Package Plugin Task (Windows): at AutomationTool.Program.Main()
UATHelper: Package Plugin Task (Windows): Program.Main: AutomationTool exiting with ExitCode=5 (5)
UATHelper: Package Plugin Task (Windows): BUILD FAILED