///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 221 | |
| 222 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 223 | FString FDlgConfigParser::ConstructConfigFile(const UStruct* ReferenceType, void* SourceObject) |
| 224 | { |
| 225 | FString String; |
| 226 | ConstructConfigFileInternal(ReferenceType, 0, SourceObject, String); |
| 227 | return String; |
| 228 | } |
| 229 | |
| 230 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 231 | bool FDlgConfigParser::IsNextWordString() const |
nothing calls this directly
no outgoing calls
no test coverage detected