Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetResult
Description
Use UEnum reflection to convert result to human readable string (ExportText style). Use ToString instead, when casting is possible.
| Name | DynamicToString |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/NetResult.h |
| Include Path | #include "Net/Core/Connection/NetResult.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/NetResult.cpp |
FString DynamicToString
(
ENetResultString ConversionType
) const
Returns the result converted to a string
Parameters
| Name | Remarks |
|---|---|
| ConversionType | The type of string conversion to perform (e.g. whether or not to include the whole chain of results) |