From 489ef8880cae1e1002424dd6f38540e6b3f593cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20S=C3=B6nnichsen?= Date: Thu, 25 Dec 2025 22:35:22 +0100 Subject: [PATCH] Exposed flow subsystem runtime state fields to subclasses --- Source/Flow/Public/FlowSubsystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Flow/Public/FlowSubsystem.h b/Source/Flow/Public/FlowSubsystem.h index 4852cb519..22b005eaf 100644 --- a/Source/Flow/Public/FlowSubsystem.h +++ b/Source/Flow/Public/FlowSubsystem.h @@ -36,7 +36,7 @@ class FLOW_API UFlowSubsystem : public UGameInstanceSubsystem friend class UFlowComponent; friend class UFlowNode_SubGraph; -private: +protected: /* All asset templates with active instances */ UPROPERTY() TArray> InstancedTemplates;