Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EStaticMeshAsyncProperties |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path |
#include "Engine/StaticMesh.h" |
Syntax
enum EStaticMeshAsyncProperties
{
None = 0,
RenderData = 1 << 0,
SourceModels = 1 << 2,
SectionInfoMap = 1 << 3,
OriginalSectionInfoMap = 1 << 4,
NavCollision = 1 << 5,
LightmapUVVersion = 1 << 6,
BodySetup = 1 << 7,
LightingGuid = 1 << 8,
ExtendedBounds = 1 << 9,
NegativeBoundsExtension = 1 << 10,
PositiveBoundsExtension = 1 << 11,
StaticMaterials = 1 << 12,
LightmapUVDensity = 1 << 13,
IsBuiltAtRuntime = 1 << 14,
MinLOD = 1 << 15,
LightMapCoordinateIndex = 1 << 16,
LightMapResolution = 1 << 17,
HiResSourceModel = 1 << 18,
UseLegacyTangentScaling = 1 << 19,
All = ((uint32) 0xffffffff),
}
Values
| Name |
Remarks |
| None |
|
| RenderData |
|
| SourceModels |
OccluderData = 1 << 1,. |
| SectionInfoMap |
|
| OriginalSectionInfoMap |
|
| NavCollision |
|
| LightmapUVVersion |
|
| BodySetup |
|
| LightingGuid |
|
| ExtendedBounds |
|
| NegativeBoundsExtension |
|
| PositiveBoundsExtension |
|
| StaticMaterials |
|
| LightmapUVDensity |
|
| IsBuiltAtRuntime |
|
| MinLOD |
|
| LightMapCoordinateIndex |
|
| LightMapResolution |
|
| HiResSourceModel |
|
| UseLegacyTangentScaling |
|
| All |
|