unreal.FunctionDef

class unreal.FunctionDef(func: Any, meta: Dict[str, str] | None, ret: Any | None, params: Sequence[Any] | None, override: bool | None, static: bool | None, pure: bool | None, getter: bool | None, setter: bool | None)

Bases: object

Type used to define UFunction fields from Python