Skip to content

Commit 1c4c0f5

Browse files
committed
Fixed for marketplace-guidelines
1 parent 13b3a50 commit 1c4c0f5

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Source/SystemMicControlLite/Public/PolicyConfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
2+
13
#pragma once
24

35
// ca286fc3-91fd-42c3-8e9b-caafa66242e3

Source/SystemMicControlLite/SystemMicControlLite.Build.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public SystemMicControlLite(ReadOnlyTargetRules Target) : base(Target)
88
{
99
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
1010

11+
bEnableUndefinedIdentifierWarnings = false;
12+
1113
PublicIncludePaths.AddRange(
1214
new string[] {
1315
// ... add public include paths required here ...

SystemMicControlLite.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"Category": "Audio",
88
"CreatedBy": "Andrew Bindraw",
99
"CreatedByURL": "https://github.com/mrbindraw",
10-
"DocsURL": "",
11-
"MarketplaceURL": "",
10+
"DocsURL": "https://docs.google.com/document/d/1dUhtFlGrWnYbmSCeOkPvmICLy6Yz3ZRfQhf0t2UDO80/edit?usp=drive_link",
11+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f013801d51404e4c9ccd6dc51f8e6e01",
1212
"SupportURL": "mailto:mrbindraw@gmail.com",
1313
"EngineVersion": "5.4.0",
1414
"CanContainContent": false,

0 commit comments

Comments
 (0)