diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index fcae7f6a9e5a306fcfbbf323c8e41a1b8766aa75..738e12057f8792cc44813aaad330abc42d34365a 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -1716,7 +1716,9 @@ class VIEW3D_PT_unrealtools_objectmode(bpy.types.Panel):
         layout = self.layout
         rd = context.scene
         layout.prop(rd, "unrealexport_settings",expand=True)        
-        layout.operator("object.UnrealExport")#button
+        #layout.operator("object.UnrealExport")#button#blender 2.55 version
+        layout.operator(OBJECT_OT_UnrealExport.bl_idname)#button blender #2.56 version
+        #print("Button Name:",OBJECT_OT_UnrealExport.bl_idname) #2.56 version
         #FPS #it use the real data from your scene
         layout.prop(rd.render, "fps")