4#include "CoreMinimal.h"
15 UPROPERTY(BlueprintReadWrite)
17 UPROPERTY(BlueprintReadWrite)
19 UPROPERTY(BlueprintReadWrite)
21 UPROPERTY(BlueprintReadWrite)
36 UPROPERTY(BlueprintReadWrite, Category =
"WeArt Effects")
38 UPROPERTY(BlueprintReadWrite, Category = "
WeArt Effects")
40 UPROPERTY(BlueprintReadWrite, Category = "
WeArt Effects")
42 UPROPERTY(BlueprintReadWrite, Category = "
WeArt Effects")
45 UFUNCTION(BlueprintCallable, Category = "
WeArt Effects")
48 effTemperature = temp;
54 UFUNCTION(BlueprintCallable, Category =
"WeArt Effects")
A general effect function interface.
Definition: WeArtEffect.h:12
Effect to be applied to the thimble.
Definition: WeArtTouchEffect.h:30
virtual FWeArtTexture getTexture() override
Definition: WeArtTouchEffect.h:59
virtual FWeArtForce getForce() override
Definition: WeArtTouchEffect.h:58
Namespace for the WeArt plugin.
Definition: WeArtTouchEffect.h:10
static const FUWeArtImpactInfo none
Definition: WeArtTouchEffect.h:13
Force value to be applied to an effect.
Definition: WeArtForce.h:11
Temperature value to be applied to an effect.
Definition: WeArtTemperature.h:11
Texture information to be applied to an effect.
Definition: WeArtTexture.h:11