Skip to content

Commit

Permalink
Conversations and API refactor (#108)
Browse files Browse the repository at this point in the history
Multiagent i2 implementation
Separated uobjects for player/character/session
  • Loading branch information
Matt-Carey committed May 15, 2024
1 parent b9997d7 commit e2287b3
Show file tree
Hide file tree
Showing 44 changed files with 3,259 additions and 1,381 deletions.
1 change: 1 addition & 0 deletions InworldAI/Config/BaseInworldAI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldAuth",NewName="/Script/InworldAIClient.FInworldAuth")
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldSessionToken",NewName="/Script/InworldAIClient.FInworldSessionToken")
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldEnvironment",NewName="/Script/InworldAIClient.FInworldEnvironment")
+ClassRedirects=(OldName="/Script/InworldAIClient.UInworldBlueprintFunctionLibrary",NewName="/Script/InworldAIIntegration.UInworldBlueprintFunctionLibrary")
1 change: 1 addition & 0 deletions InworldAI/Config/DefaultInworldAI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldAuth",NewName="/Script/InworldAIClient.FInworldAuth")
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldSessionToken",NewName="/Script/InworldAIClient.FInworldSessionToken")
+StructRedirects=(OldName="/Script/InworldAIIntegration.FInworldEnvironment",NewName="/Script/InworldAIClient.FInworldEnvironment")
+ClassRedirects=(OldName="/Script/InworldAIClient.UInworldBlueprintFunctionLibrary",NewName="/Script/InworldAIIntegration.UInworldBlueprintFunctionLibrary")
Binary file modified InworldAI/Content/BP_InworldSessionController.uasset
Binary file not shown.
Binary file modified InworldAI/Content/Dialog/BP_DialogMapCharacter.uasset
Binary file not shown.
Binary file modified InworldAI/Content/Dialog/BP_DialogMapPawn.uasset
Binary file not shown.
Binary file modified InworldAI/Content/Dialog/DialogMap.umap
Binary file not shown.
Binary file modified InworldAI/Content/Dialog/WBP_DialogWidget.uasset
Binary file not shown.
Binary file modified InworldAI/Content/StudioWidget/EUW_InworldStudio.uasset
Binary file not shown.
1 change: 1 addition & 0 deletions InworldAI/Source/InworldAIClient/InworldAIClient.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public InworldAIClient(ReadOnlyTargetRules Target) : base(Target)
"CoreUObject",
"Engine",
"Projects",
"InworldAINDK",
"InworldAINDKLibrary",
});
}
Expand Down
Loading

0 comments on commit e2287b3

Please sign in to comment.