Skip to content

Commit

Permalink
Make UFlowNodeBlueprint not final, so it can be subclassed (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnbyWitch authored and MothDoctor committed Jan 27, 2022
1 parent bffcaf4 commit ca6ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Flow/Public/Nodes/FlowNodeBlueprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

UCLASS(BlueprintType)
class FLOW_API UFlowNodeBlueprint final : public UBlueprint
class FLOW_API UFlowNodeBlueprint : public UBlueprint
{
GENERATED_UCLASS_BODY()

Expand Down

0 comments on commit ca6ab81

Please sign in to comment.