Skip to content

UExperimentType::ToUInt

Class: UExperimentType

Casts an EExperimentType value to its underlying integer representation.

Syntax

static constexpr uint_type UExperimentType::ToUInt(EExperimentType ExperimentType)

Parameters

Parameter Type Description
ExperimentType EExperimentType The enum value to cast.

Return Value

The integer value of the enum entry.

Remarks

ExperimentType The enum value to cast. The integer value of the enum entry.