Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
190
commits
Merge branch 'main' of https://github.com/chengdagong/ue-mcp
f3056c6View on GitHubrefactor(execution_manager): eliminate duplicate code and fix params bypass checks bug
5a8c7b0View on GitHubfeat(ExGraphEditorLibrary): add AddCommentNode for creating graph comments
cd669aaView on GitHubfeat(ExGraphEditorLibrary): add MoveNode function for repositioning graph nodes
e7750abView on GitHubfix(ExSlateTabLibrary): use FKismetEditorUtilities for graph mode switching
9e5f554View on GitHubfeat(ExGraphEditorLibrary): refresh Blueprint editor after graph modifications
b13de1fView on GitHubfeat(ExBlueprintComponentLibrary): refresh Blueprint editor after component modifications
d33fa8cView on GitHubfeat(ExGraphEditorLibrary): add AddCustomEventNode for user-defined events
caeac8cView on GitHubrefactor(AddEventNode): use FKismetEditorUtilities::AddDefaultEventNode
27eee0cView on GitHubdocs: update ExGraphEditorLibrary guide for API refactoring
3132539View on GitHubrefactor(ExGraphEditorLibrary): remove overlapping APIs, focus on graph node operations only
bb7d391View on GitHubExGraphEditorLibrary: add OwnerClass parameter to support any class member methods
6b6db9aView on GitHubExGraphEditorLibrary: add Phase 4 APIs for variables and branch nodes
58274a1View on GitHub