More consistent category headings
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user