64 EventName ==
Other.EventName &&
66 FMath::IsNearlyEqual(
FloatValue,
Other.FloatValue, KINDA_SMALL_NUMBER) &&
68 bValue ==
Other.bValue &&
69 EventType ==
Other.EventType &&
70 CustomEvent ==
Other.CustomEvent;
81 FString GetCustomEventName()
const
83 return CustomEvent ? CustomEvent->GetName() : TEXT(
"INVALID");
121 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Dialogue|Event")
122 FName ParticipantName;
125 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
129 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
133 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
137 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
141 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
145 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
149 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Dialogue|
Event")
156 UPROPERTY(EditAnywhere, BlueprintReadWrite, Instanced, Category = "
Dialogue|
Event")
165 WithIdenticalViaEquality =
true