Skip to content

UExperimentType::ToString

Class: UExperimentType

Returns the display name for the given experiment type.

Syntax

FString UExperimentType::ToString(EExperimentType ExperimentType)

Parameters

Parameter Type Description
ExperimentType EExperimentType The enum value to convert.

Return Value

The display name for that experiment type.

Remarks

ExperimentType The enum value to convert. The display name for that experiment type.