C++ Prompts

A shared folder with AI prompts and code snippets

From workspace: Ludus AI

Team: Main

Total snippets: 2

Ludus AI

C++ Prompts

2 snippets

C++ network replication setup

Create a C++ class inheriting from AActor that includes a replicated health variable, with server authority handling and OnRep validation function.

C++ function: damage over time effect

Write a C++ function for Unreal Engine that applies damage over time to an actor class using timers, with adjustable damage rate and duration parameters.