Skip to content

Commit

Permalink
Overhaul Blueprint Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Nov 17, 2023
1 parent 867739c commit 37c40f3
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 390 deletions.
Binary file modified Content/FINConfiguration.uasset
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions SML_Patch.patch
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ index b832ed9095..740f2ef85d 100644

ensure( false );

diff --git a/Source/FactoryGame/Public/Hologram/FGHologram.h b/Source/FactoryGame/Public/Hologram/FGHologram.h
index e7ac3e1b06..d997fcefed 100644
--- a/Source/FactoryGame/Public/Hologram/FGHologram.h
+++ b/Source/FactoryGame/Public/Hologram/FGHologram.h
@@ -63,6 +63,8 @@ UCLASS( hidecategories = ( "Actor", "Input", "Replication", "Rendering", "Actor
class FACTORYGAME_API AFGHologram : public AActor, public IFGConstructionMessageInterface
{
GENERATED_BODY()
+
+ friend class AFINBlueprintHologram;
public:
AFGHologram();

Loading

0 comments on commit 37c40f3

Please sign in to comment.