UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
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