Skip to content

Commit

Permalink
Fix BlueprintCallable GetEffectMaterial
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jul 26, 2024
1 parent 0cef71c commit c2c4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/EffectBox/Public/EffectBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ class EFFECTBOX_API UEffectBox : public UContentWidget
#endif

public:
UFUNCTION(Blueprintable)
UFUNCTION(BlueprintCallable)
UMaterialInstanceDynamic* GetEffectMaterial() const;
};

0 comments on commit c2c4ebd

Please sign in to comment.