Skip to content

UExperimentType::FromString

Class: UExperimentType

Parses an EExperimentType value from its display name.

Syntax

EExperimentType UExperimentType::FromString(const FString &String)

Parameters

Parameter Type Description
String const FString & The string representation of the experiment type.

Return Value

The matching EExperimentType value, or EExperimentType::Other if unrecognized.

Remarks

String The string representation of the experiment type. The matching EExperimentType value, or EExperimentType::Other if unrecognized.