@@ -55,14 +55,14 @@ static PyObject *py_ue_fhitresult_get_actor(ue_PyFHitResult *self, void *closure
5555
5656
5757static PyGetSetDef ue_PyFHitResult_getseters[] = {
58- { " location" , (getter)py_ue_fhitresult_get_location, NULL , " " , NULL },
59- { " normal" , (getter)py_ue_fhitresult_get_normal, NULL , " " , NULL },
60- { " actor" , (getter)py_ue_fhitresult_get_actor, NULL , " " , NULL },
61- { " distance" , (getter)py_ue_fhitresult_get_distance, NULL , " " , NULL },
62- { " impact_point" , (getter)py_ue_fhitresult_get_impact_point, NULL , " " , NULL },
63- { " impact_normal" , (getter)py_ue_fhitresult_get_impact_normal, NULL , " " , NULL },
64- { " time" , (getter)py_ue_fhitresult_get_time, NULL , " " , NULL },
65- { " bone_name" , (getter)py_ue_fhitresult_get_bone_name, NULL , " " , NULL },
58+ {( char *) " location" , (getter)py_ue_fhitresult_get_location, NULL , ( char *) " " , NULL },
59+ {( char *) " normal" , (getter)py_ue_fhitresult_get_normal, NULL , ( char *) " " , NULL },
60+ {( char *) " actor" , (getter)py_ue_fhitresult_get_actor, NULL , ( char *) " " , NULL },
61+ {( char *) " distance" , (getter)py_ue_fhitresult_get_distance, NULL , ( char *) " " , NULL },
62+ {( char *) " impact_point" , (getter)py_ue_fhitresult_get_impact_point, NULL , ( char *) " " , NULL },
63+ {( char *) " impact_normal" , (getter)py_ue_fhitresult_get_impact_normal, NULL , ( char *) " " , NULL },
64+ {( char *) " time" , (getter)py_ue_fhitresult_get_time, NULL , ( char *) " " , NULL },
65+ {( char *) " bone_name" , (getter)py_ue_fhitresult_get_bone_name, NULL , ( char *) " " , NULL },
6666 { NULL } /* Sentinel */
6767};
6868
0 commit comments