Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/Compiler > API/Plugins/MutableTools/MuT/Compiler/Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/CompilerPrivate.h |
| Include | #include "MuT/CompilerPrivate.h" |
Syntax
struct FAdditionalData
Remarks
Store for additional data generated during compilation, but not necessary for the runtime.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSourceDataDescriptor > | SourceImagePerConstant | Source data descriptor for every image constant that has been generated. | |
| TArray< FSourceDataDescriptor > | SourceMeshPerConstant | Source data descriptor for every mesh constant that has been generated. |