ECastToken

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h

Include

#include "UObject/Script.h"

Syntax

enum ECastToken
{
    CST_ObjectToInterface    = 0x46,
    CST_ObjectToBool         = 0x47,
    CST_InterfaceToBool      = 0x49,
    CST_Max                  = 0xFF,
}

Values

Name

Description

CST_ObjectToInterface

CST_ObjectToBool

CST_InterfaceToBool

CST_Max

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss