任选参数的数值(调用方未指定)取决于函数。例如,SpawnActor函数使用任选位置和旋转,默认为生成的 Actor 根组件的位置和旋转。添加= [value]参数可指定任选参数的默认值。例如:function myFunc(optional int x = -1)。在多数情况下,如无数值被传递到任选参数,将使用变量类型的默认值或零(例如 0、false、""、...
object context (can fail silently if the context is NULL; only generated for functions that don't have output or return values).EX_VirtualFunction=0x1B,// A function call with parameters.EX_FinalFunction=0x1C,// A prebound function call with parameters.EX_IntConst=0x1D,// Int constant....