Get rid of lxTangibleInterface

This commit is contained in:
2024-09-24 22:56:49 -04:00
parent a295ff5e53
commit 1f1f383da0
7 changed files with 36 additions and 41 deletions

View File

@@ -101,5 +101,9 @@ public:
// Convert a blueprint name to a blueprint class.
//
UClass *GetTangibleClass(const FString &name);
// Get the Animation Queue Changed function from a UClass.
//
static UFunction *GetAnimationQueueChanged(UClass *uclass);
};