UExperimentType¶
Utility class providing string conversion and numeric casting for EExperimentType.
Syntax¶
Remarks¶
UCLASS
Inheritance Hierarchy¶
UObject → UExperimentType
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. |