MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / ParsedFunction

Class ParsedFunction

Scripts/parse_headers.py:51–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50@dataclass
51class ParsedFunction:
52 name: str = ""
53 return_type: str = ""
54 params: list = field(default_factory=list)
55 specifiers: dict = field(default_factory=dict)
56 macro: str = ""
57 brief: str = ""
58 description: str = ""
59 is_blueprint_callable: bool = False
60 is_blueprint_pure: bool = False
61 is_call_in_editor: bool = False
62 category: str = ""
63 access: str = "public"
64
65@dataclass
66class ParsedProperty:

Callers 1

_parse_bodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected