Karma Engine
Loading...
Searching...
No Matches
Karma::ECastCheckedType Namespace Reference

Enumerations

enum  Type { NullAllowed , NullChecked }
 

Detailed Description

Parameter enum for CastChecked() function, defines when it will check/assert

Enumeration Type Documentation

◆ Type

Enumerator
NullAllowed 

Null is okay, only assert on incorrect type

NullChecked 

Null is not allowed, assert on incorrect type or null