A Bunch of miscellaneous refactoring

This commit is contained in:
2024-09-24 22:13:56 -04:00
parent 0b7049cf5a
commit a295ff5e53
13 changed files with 33 additions and 36 deletions

View File

@@ -32,11 +32,10 @@ class INTEGRATION_API IlxTangibleInterface
// Add interface functions to this class. This is the class that will be inherited to implement this interface.
public:
// Whenever the animation queue of a tangible changes in any way, this function
// gets called automatically.
UFUNCTION(BlueprintImplementableEvent, Category = "Luprex|Animation Queue")
bool AnimationQueueChanged();
UFUNCTION(BlueprintImplementableEvent, Category = "Luprex|Tangible")
void BecomePossessed();
};