24 virtual void Notify(USkeletalMeshComponent* MeshComp, UAnimSequenceBase* Animation,
const FAnimNotifyEventReference& EventReference)
override;
26 virtual FString GetNotifyName_Implementation()
const override;
29 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Settings")
30 TObjectPtr<UDataTable> HitDataTable;
32 static FName NAME_Foot_R;
33 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Socket")
34 FName FootSocketName = NAME_Foot_R;
36 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Trace")
37 TEnumAsByte<ETraceTypeQuery> TraceChannel;
39 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Trace")
40 TEnumAsByte<EDrawDebugTrace::Type> DrawDebugType;
42 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Trace")
43 float TraceLength = 50.0f;
45 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Decal")
46 bool bSpawnDecal = false;
48 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Decal")
49 bool bMirrorDecalX = false;
51 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Decal")
52 bool bMirrorDecalY = false;
54 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Decal")
55 bool bMirrorDecalZ = false;
57 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
58 bool bSpawnSound = true;
60 static FName NAME_FootstepType;
61 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
62 FName SoundParameterName = NAME_FootstepType;
64 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
67 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
68 bool bOverrideMaskCurve = false;
70 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
71 float VolumeMultiplier = 1.0f;
73 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Sound")
74 float PitchMultiplier = 1.0f;
76 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Niagara")
77 bool bSpawnNiagara = false;
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13