Skip to content

Directory Layout of Engine Source

Vadim Macagon edited this page Jul 23, 2015 · 4 revisions

Klawr auto-generates some code in the engine source directory, here are some locations of interest:

<EngineCheckout>/
  Engine/
    Intermediate/
      ProjectFiles/Klawr/
        Contains the Klawr.UnrealEngine C# class library project that
        consists of auto-generated wrappers for the UE4 API.
    Plugins/Klawr/KlawrRuntimePlugin/Intermediate/Build/Win64/UE4Editor/Inc/KlawrRuntimePlugin
      Contains auto-generated C++ and C# wrappers for the UE4 API,
      the C++ wrappers are included and built as part of the KlawrRuntimePlugin,
      the C# wrappers are included and built in the Klawr.UnrealEngine project.