Files
Cog/README.md
T
2023-10-03 01:04:35 -04:00

3.3 KiB

Cog

Cog are debug tools for Unreal Engine built on top of ImGui

Project Structure

  • Plugins/CogImGui - A simple wrapper of Imgui for Unreal, inspired by UnrealImGui
  • Plugins/CogInterface - Interfaces usually implemented by actors to inspect them
  • Plugins/CogDebug - Debug functionalities
  • Plugins/CogWindow - Debug Window management
  • Plugins/CogEngine - Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)
  • Plugins/CogInput - Debug Windows for the Enhanced Input library (Input action, Gamepad)
  • Plugins/CogAbility - Debug Windows for the Gameplay Ability System (Abilities, Effects, Tags, ...)
  • CogSample - A Sample that demonstrate various Cog functionalities

Windows

Engine Windows

Collisions

image

Debug Settings

image

Log Categories

image

Net Emulation

image

Output Log

image

Plots

image

Scalability

image

Skeleton

image

Selection

image

Spawn

image

Stats

image

Time

image

Gameplay Ability Windows

Abilities

image

Attributes

image

Cheats

image

Damages

image

Effects

image

Pools

image

Tags

image

Tweaks

image

Input Windows

Input Actions

image

Gamepad

image