Made For Unreal — Docs
Blueprint CheatsAPI ReferenceC++ API

C++ API

Header signatures, UPROPERTY declarations, virtuals, and templated accessors.

The C++ reference covers header signatures, properties, virtuals, and templated accessors. If you author cheats as Blueprint assets, read the Blueprint reference instead. Both folders cover the same topics with the same page names, so cross-referencing is one-to-one.

Pages

  • UBlueprintCheatScript — the cheat base class. Properties, virtuals, and authoring patterns.
  • Cheat Arguments — the argument base class, concrete subclasses, and templated accessors.
  • UBlueprintCheatsSubsystem — the local-player subsystem that owns enabled cheats and routes execution.
  • SettingsUBlueprintCheatsSettings (developer settings) and ABlueprintCheatsWorldSettings (per-level).
  • Input — the IMC subclass and how the subsystem registers it on world match start.
  • UI — the three abstract UUserWidget subclasses that compose the overlay.
  • Function LibrariesUBlueprintCheatArgumentLibrary, UBlueprintCheatsUIFunctionLibrary, and the custom K2 node.

For shared concepts (trigger sources, console parsing, lifecycle), see the API index.

On this page