| 38 | } |
| 39 | |
| 40 | void UFlowNode_Timer::InitializeInstance() |
| 41 | { |
| 42 | Super::InitializeInstance(); |
| 43 | |
| 44 | // Initialize to the configured value, |
| 45 | // but we will overwrite this with the results of ResolveCompletionTime() when the timer is started |
| 46 | ResolvedCompletionTime = CompletionTime; |
| 47 | } |
| 48 | |
| 49 | void UFlowNode_Timer::ExecuteInput(const FName& PinName) |
| 50 | { |
nothing calls this directly
no test coverage detected