MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / EventTypeToString

Method EventTypeToString

Source/DlgSystem/Private/DlgEvent.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102FString FDlgEvent::EventTypeToString(EDlgEventType Type)
103{
104 FString EnumValue;
105 FDlgHelper::ConvertEnumToString<EDlgEventType>(TEXT("EDlgEventType"), Type, false, EnumValue);
106 return EnumValue;
107}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected