| Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that embed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add anthropics/knowledge-work-plugins --skill "zoom-meeting-sdk-unreal" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/anthropics/knowledge-work-plugins /tmp/knowledge-work-plugins && cp -r /tmp/knowledge-work-plugins/partner-built/zoom-plugin/skills/meeting-sdk/unreal ~/.claude/skills/zoom-meeting-sdk-unrealPart of the build-zoom-meeting-sdk-app skill collection — installing the parent includes this skill.
This skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: zoom-meeting-sdk-unreal
description: |
Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that
embed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns.
user-invocable: false
triggers:
- "meeting sdk unreal"
- "zoom unreal sdk"
- "unreal zoom wrapper"
- "blueprint zoom sdk"
- "unreal meeting integration"
---
# Zoom Meeting SDK (Unreal Engine)
Use this skill when integrating Meeting SDK into Unreal Engine projects.
## Start Here
1. [unreal.md](unreal.md)
2. [concepts/lifecycle-workflow.md](concepts/lifecycle-workflow.md)
3. [concepts/architecture.md](concepts/architecture.md)
4. [examples/join-start-pattern.md](examples/join-start-pattern.md)
5. [scenarios/high-level-scenarios.md](scenarios/high-level-scenarios.md)
6. [references/unreal-reference-map.md](references/unreal-reference-map.md)
7. [references/environment-variables.md](references/environment-variables.md)
8. [references/versioning-and-compatibility.md](references/versioning-and-compatibility.md)
9. [troubleshooting/common-issues.md](troubleshooting/common-issues.md)
## Key Sources
- Docs: https://developers.zoom.us/docs/meeting-sdk/unreal/
- API reference: https://marketplacefront.zoom.us/sdk/meeting/unreal/MSDKUnrealSDKreferencedocs.html
- Broader guide: [../SKILL.md](../SKILL.md)
## Operations
- [RUNBOOK.md](RUNBOOK.md) - 5-minute preflight and debugging checklist.