Level thumbnails
This commit is contained in:
@@ -32,6 +32,7 @@ void AFireworkBase::BeginPlay()
|
||||
|
||||
void AFireworkBase::Tick(float DeltaTime)
|
||||
{
|
||||
OnTick();
|
||||
if (IsBurning)
|
||||
{
|
||||
WickRemainingTime -= DeltaTime;
|
||||
|
||||
@@ -64,4 +64,7 @@ public:
|
||||
|
||||
UFUNCTION(BlueprintImplementableEvent, BlueprintCallable)
|
||||
void ExplodeEffects();
|
||||
|
||||
UFUNCTION(BlueprintImplementableEvent)
|
||||
void OnTick();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user