Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:toolworks:docs:apparatus:mechanical [2021/06/11 12:48] – vladius | en:toolworks:docs:apparatus:mechanical [2021/06/18 19:23] (current) – vladius | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| */ | */ | ||
| UCLASS() | UCLASS() | ||
| - | class APPARATUSMARK_API | + | class MY_API |
| { | { | ||
| GENERATED_BODY() | GENERATED_BODY() | ||
| Line 39: | Line 39: | ||
| #include " | #include " | ||
| </ | </ | ||
| - | - Now you can override | + | - Now you can override |
| * ... in the header:< | * ... in the header:< | ||
| void Tick(float DeltaTime) override; | void Tick(float DeltaTime) override; | ||
| Line 49: | Line 49: | ||
| } | } | ||
| </ | </ | ||
| + | - Proceed creating a [[en: | ||