diff --git a/Source/Flow/Public/FlowSubsystem.h b/Source/Flow/Public/FlowSubsystem.h index 4852cb51..22b005ea 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;