Skip to content

UExperimentType

Utility class providing string conversion and numeric casting for EExperimentType.

Syntax

class UExperimentType : public UObject

Remarks

UCLASS

Inheritance Hierarchy

UObjectUExperimentType

Methods

Method Signature Description Blueprint
FromString EExperimentType UExperimentType::FromString(const FString &String) Parses an EExperimentType value from its display name.
ToString FString UExperimentType::ToString(EExperimentType ExperimentType) Returns the display name for the given experiment type.
ToUInt static constexpr uint_type UExperimentType::ToUInt(EExperimentType ExperimentType) Casts an EExperimentType value to its underlying integer representation.