Can be used to determine some properties of classes, such as whether it has been marked Abstract or Not Placeable

//checks if class is abstract or not placeable
Class->HasAnyClassFlags(CLASS_Abstract | CLASS_NotPlaceable)