Skip to content

Commit

Permalink
Merge pull request #91 from 0xsequence/Beta_1_0_2_QOL
Browse files Browse the repository at this point in the history
Beta 1 0 2 qol
  • Loading branch information
CalvinKork authored Apr 12, 2024
2 parents 6214324 + a52a1fa commit f330ec0
Show file tree
Hide file tree
Showing 110 changed files with 2,856 additions and 1,558 deletions.
2 changes: 2 additions & 0 deletions Plugins/SequencePlugin/Config/DefaultSequencePlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[CoreRedirects]
+PropertyRedirects=(OldName="/Script/SequencePlugin.SequenceBackendManager.authenticator",NewName="/Script/SequencePlugin.SequenceBackendManager.Authenticator")
2 changes: 2 additions & 0 deletions Plugins/SequencePlugin/Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[FilterPlugin]
/README.md
/PluginConfig/Config.h
/ReadmeImages/Example_BP.PNG

; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#pragma once
#include "CoreMinimal.h"

struct FEncryptorConfig
{
inline static FString Key = "";
};

struct FSequenceConfig
{
inline static FString WaaSTenantKey = "eyJwcm9qZWN0SWQiOjU5LCJycGNTZXJ2ZXIiOiJodHRwczovL25leHQtd2Fhcy5zZXF1ZW5jZS5hcHAifQ==";
Expand Down
Loading

0 comments on commit f330ec0

Please sign in to comment.