Skip to content

Commit

Permalink
Timer node is no longer final, it can be extended
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Nov 4, 2021
1 parent 167f5f3 commit 093207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Flow/Public/Nodes/Route/FlowNode_Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Triggers outputs after time elapsed
*/
UCLASS(NotBlueprintable, meta = (DisplayName = "Timer"))
class FLOW_API UFlowNode_Timer final : public UFlowNode
class FLOW_API UFlowNode_Timer : public UFlowNode
{
GENERATED_UCLASS_BODY()

Expand Down

0 comments on commit 093207f

Please sign in to comment.