A shared folder with AI prompts and code snippets
From workspace: Ludus AI
Team: Main
Total snippets: 2
2 snippets
Create a C++ class inheriting from AActor that includes a replicated health variable, with server authority handling and OnRep validation function.
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.