mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
13 lines
386 B
C++
13 lines
386 B
C++
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h"
|
|
#include "FortAnimNotify_PlayWindParticleEffect.generated.h"
|
|
|
|
UCLASS(Blueprintable, CollapseCategories, MinimalAPI)
|
|
class UFortAnimNotify_PlayWindParticleEffect : public UAnimNotify_PlayParticleEffect {
|
|
GENERATED_BODY()
|
|
public:
|
|
UFortAnimNotify_PlayWindParticleEffect();
|
|
};
|
|
|