More consistent category headings

This commit is contained in:
2023-09-20 01:52:25 -04:00
parent 0b5fc799ac
commit 9d460e879e
3 changed files with 9 additions and 9 deletions

View File

@@ -23,9 +23,9 @@ class INTEGRATION_API IlxTangibleInterface
// Add interface functions to this class. This is the class that will be inherited to implement this interface.
public:
UFUNCTION(BlueprintImplementableEvent, Category = "Tangible Functionality")
UFUNCTION(BlueprintImplementableEvent, Category = "Luprex")
bool StartAnimation(ElxAnimationMode mode, const FlxAnimationStep& step);
UFUNCTION(BlueprintImplementableEvent, Category = "Tangible Functionality")
UFUNCTION(BlueprintImplementableEvent, Category = "Luprex")
bool AbortAnimation(int64 hash);
};