| 100 | } |
| 101 | |
| 102 | FString FDlgEvent::EventTypeToString(EDlgEventType Type) |
| 103 | { |
| 104 | FString EnumValue; |
| 105 | FDlgHelper::ConvertEnumToString<EDlgEventType>(TEXT("EDlgEventType"), Type, false, EnumValue); |
| 106 | return EnumValue; |
| 107 | } |
nothing calls this directly
no outgoing calls
no test coverage detected