CogWindow: Rename CreateWindow to AddWindow to prevent name conflict with windows headers

CogSample : Projectile progress
This commit is contained in:
Arnaud Jamin
2023-10-30 23:44:24 -04:00
parent 315782183d
commit 7f88f5d53a
10 changed files with 73 additions and 47 deletions
@@ -57,6 +57,9 @@ public:
virtual void Activate(bool bReset) override;
virtual void StopSimulating(const FHitResult& HitResult) override;
UFUNCTION(BlueprintCallable)
void ClearHitActors();