Core
- Module Name:
- NexusCore / NCore
- Initial Release:
- 0.1.0
- Description:
- Functionality used by all NEXUS plugins in the framework.
- Area Owner:
- @reapazor
This plugin provides the foundational layer that every other NEXUS plugin depends on. It is always required.
- Developer Utilities: Snapshot-based
UObjecttracking to detect leaks and unexpected allocations across development and shipping builds. - Console Commands: Built-in developer console commands for triggering snapshots, caching baselines, and comparing object state diffs at runtime.
- Debug Drawing: World-space debug string rendering via
FNPrimitiveFont, allowing in-world text output without relying onHUDor screen-space overlays. - Editor Types: Editor-only helpers such as deferred task execution and asset metadata utilities.
Types
14 items
Editor Types
11 items
Console Commands
Some console commands for developers to use provided by NCore.