initial refactor of latent nodes

This commit is contained in:
Joshua
2024-01-19 16:06:32 -05:00
parent d5e5c73ce6
commit 6ba73a5bbb
28 changed files with 213 additions and 98 deletions

View File

@@ -44,6 +44,6 @@ private:
//EBPFriendsLists FriendListToGet;
// The world context object in which this call is taking place
UObject* WorldContextObject;
TWeakObjectPtr<UObject> WorldContextObject;
};