EHostType::ToString

Converts an [EHostType::Type](API\Runtime\Projects\EHostType__Type) value to a string literal

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h

Include

#include "ModuleDescriptor.h"

Source

/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp

Syntax

namespace EHostType
{
    const TCHAR * EHostType::ToString
    (
        const EHostType::Type Value
    )
}

Remarks

Converts an EHostType::Type value to a string literal

Returns

The string representation of this enum value

Parameters

Parameter

Description

The

value to convert to a string

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss