| 8 | #include UE_INLINE_GENERATED_CPP_BY_NAME(FlowPinSubsystem) |
| 9 | |
| 10 | UFlowPinSubsystem* UFlowPinSubsystem::Get() |
| 11 | { |
| 12 | return GEngine->GetEngineSubsystem<UFlowPinSubsystem>(); |
| 13 | } |
| 14 | |
| 15 | bool UFlowPinSubsystem::ShouldCreateSubsystem(UObject* Outer) const |
| 16 | { |
no outgoing calls
no test coverage detected