initial setup for generating a library compatible for usage as an Unreal thirdyparty module.

This commit is contained in:
2024-10-25 01:04:48 -04:00
parent b8e1aa6eb7
commit 40a256f6c3
5 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// TODO(Ed): The Attribute tokens need to be expanded and regenerated on a per-project/installation of this library for a specific codebase of Unreal.
// We can support an arbitrary set of modules or plugin apis for parsing
// but its up to the user to define them all (This will just provide whats be used in previous usages with Unreal).
1 // TODO(Ed): The Attribute tokens need to be expanded and regenerated on a per-project/installation of this library for a specific codebase of Unreal.
2 // We can support an arbitrary set of modules or plugin apis for parsing
3 // but its up to the user to define them all (This will just provide whats be used in previous usages with Unreal).