Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missing file?
  • Loading branch information
LindyHopperGT committed Dec 11, 2025
commit 573ffd7eb860a39908846cb6f21fc53605834d23
2 changes: 2 additions & 0 deletions Source/Flow/Public/FlowAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class FLOW_API UFlowAsset : public UObject
// Returns whether the node class is allowed in this flow asset
bool IsNodeOrAddOnClassAllowed(const UClass* FlowNodeClass, FText* OutOptionalFailureReason = nullptr) const;

virtual TSubclassOf<UFlowAsset> GetDefaultFlowAssetForSubgraphs() const { return GetClass(); }

protected:
bool CanFlowNodeClassBeUsedByFlowAsset(const UClass& FlowNodeClass) const;
bool CanFlowAssetUseFlowNodeClass(const UClass& FlowNodeClass) const;
Expand Down