Skip to content

Commit

Permalink
Content: Update example map to use Enhanced Input bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Nov 27, 2022
1 parent 3345ef3 commit f33d552
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 4 deletions.
Binary file modified TargetSystem/Content/Example/BP_TargetSystem_Character.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified TargetSystem/Content/Maps/TargetSystemTestMap.umap
Binary file not shown.
4 changes: 0 additions & 4 deletions TargetSystem/Source/TargetSystem/Private/TargetSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@

void FTargetSystemModule::StartupModule()
{
// This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module
TS_LOG(Log, TEXT("Target System Plugin Loaded 1.27.0"));
}

void FTargetSystemModule::ShutdownModule()
{
// This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
// we call this function before unloading the module.
}

#undef LOCTEXT_NAMESPACE
Expand Down

0 comments on commit f33d552

Please sign in to comment.