![]() |
ezEngine Release 25.08
|
Public Types | |
| enum | Enum { Invalid , DirectCast , PointerCast , TypedObject , CustomTypeCast } |
| enum ezVariantClass::Enum |
| Enumerator | |
|---|---|
| DirectCast | A standard type. |
| PointerCast | Any cast to T*. |
| TypedObject | ezTypedObject cast. Needed because at no point does and ezVariant ever store a ezTypedObject so it can't be returned as a const reference. |
| CustomTypeCast | Custom object types. |