Skip to content

Commit

Permalink
UE 5.2 Plugin Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DryreL committed Dec 12, 2023
1 parent 5691dd8 commit 3ee04f3
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 62 deletions.
10 changes: 3 additions & 7 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64",
"Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
"Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame",
"Microsoft.VisualStudio.Workload.Universal"
"Microsoft.VisualStudio.Workload.NativeGame"
]
}
4 changes: 2 additions & 2 deletions CapabilityDetectDemo.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31314.256
Expand All @@ -13,7 +13,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UE5", "Intermediate\Project
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Visualizers", "Visualizers", "{1CCEC849-CC72-4C59-8C36-2F7C38706D4C}"
ProjectSection(SolutionItems) = preProject
..\..\Program Files\Epic Games\UE_5.1\Engine\Extras\VisualStudioDebugging\Unreal.natvis = ..\..\Program Files\Epic Games\UE_5.1\Engine\Extras\VisualStudioDebugging\Unreal.natvis
..\..\Program Files\Epic Games\UE_5.2\Engine\Extras\VisualStudioDebugging\Unreal.natvis = ..\..\Program Files\Epic Games\UE_5.2\Engine\Extras\VisualStudioDebugging\Unreal.natvis
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion CapabilityDetectDemo.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.1",
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Modules": [
Expand Down
Binary file not shown.
100 changes: 51 additions & 49 deletions Intermediate/ProjectFiles/CapabilityDetectDemo.vcxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="..\..\CapabilityDetectDemo.uproject" />
Expand All @@ -12,6 +12,7 @@
<Filter>Source</Filter>
</None>
<None Include="..\..\.gitignore" />
<None Include="..\..\.vsconfig" />
<None Include="..\..\CapabilityDetectDemo.png" />
<None Include="..\..\LICENSE" />
<None Include="..\..\README.md" />
Expand All @@ -27,6 +28,9 @@
<None Include="..\..\Config\DefaultGame.ini">
<Filter>Config</Filter>
</None>
<None Include="..\..\Config\DefaultInput.ini">
<Filter>Config</Filter>
</None>
<Filter Include="Config\HoloLens">
<UniqueIdentifier>{4C8DD267-CDE7-336F-8602-F5F485D22BAB}</UniqueIdentifier>
</Filter>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugGame|x64'">
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/CapabilityDetect/CapabilityDetect.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.0",
"EngineVersion": "5.2",
"CanContainContent": true,
"Installed": true,
"Modules": [
Expand Down

0 comments on commit 3ee04f3

Please sign in to comment.