Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
Include |
#include "Graphs/GenerateStaticMeshLODProcess.h" |
UCLASS(Transient)
class UGenerateStaticMeshLODProcess : public UObject
Name | Description | ||
---|---|---|---|
|
AllDerivedTextures |
This list is for accumulating derived UTexture2D's created during WriteDerivedTextures(). |
|
|
bUsingHiResSource |
If true, we are building new LOD0 from the StaticMesh HiRes SourceModel, instead of from the mesh in LOD0 |
|
|
CurrentSettings |
||
|
CurrentSettings_Collision |
||
|
CurrentSettings_Normals |
||
|
CurrentSettings_Preprocess |
||
|
CurrentSettings_Simplify |
||
|
CurrentSettings_Texture |
||
|
CurrentSettings_UV |
||
|
DerivedAssetFolder |
||
|
DerivedAssetGUIDKey |
This value will be stored in Asset Metadata for each generated Asset Texture, Material/MIC, and StaticMesh, under the key StaticMeshLOD.GenerationGUID. |
|
|
DerivedAssetName |
||
|
DerivedAssetNameNoSuffix |
||
|
DerivedAssetPath |
||
|
DerivedCollision |
||
|
DerivedLODMesh |
||
|
DerivedLODMeshTangents |
||
|
DerivedMaterials |
List of generated/Derived Materials. Length is the same as SourceMaterials and indices correspond, however some Derived Materials may not be initialized (if Source is reusable or generated) |
|
|
DerivedMultiTextureBakeImage |
||
|
TObjectPtr< UTe... |
DerivedMultiTextureBakeResult |
|
|
DerivedNormalMapImage |
Texture set potentially required by output Material set. |
|
|
TObjectPtr< UTe... |
DerivedNormalMapTex |
Derived Normal Map. |
|
DerivedSuffix |
||
|
DerivedTextureImages |
||
|
TUniquePtr< FGe... |
Generator |
|
|
GraphEvalCriticalSection |
This FCriticalSection is used to co-ordinate evaluation of the internal compute graph by external classes. |
|
|
MultiTextureParameterName |
For each material participating in multi-texture baking, the parameter name of the texture. |
|
|
SourceAssetFolder |
||
|
SourceAssetName |
||
|
SourceAssetPath |
||
|
SourceMaterials |
List of initial Source Materials, length equivalent to StaticMesh.StaticMaterials |
|
|
SourceMesh |
SourceMeshDescription converted to FDynamicMesh3. |
|
|
TSharedPtr< FMe... |
SourceMeshDescription |
Copy of input MeshDescription with autogenerated attributes computed |
|
TObjectPtr< USt... |
SourceStaticMesh |
|
|
SourceTextureToDerivedTexIndex |
Name |
Description |
|
---|---|---|
|
FDerivedMaterialInfo |
Information about an output Material. |
|
FPreviewMaterials |
|
|
FSourceMaterialInfo |
Information about one of the input StaticMesh Materials. Computed in Initialize() and not modified afterwards. |
|
FTextureInfo |
Name |
Description |
|
---|---|---|
|
EMaterialBakingConstraint |
|
|
ETextureBakingConstraint |