Navigation
API > API/Runtime > API/Runtime/Core
This file contains known map errors that can be referenced by name. Documentation for these errors is assumed to lie in UDN at: Engine\Documentation\Source\Shared\Editor\MapErrors
| Name | FMapErrors |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MapErrors.h |
| Include Path | #include "Misc/MapErrors.h" |
Syntax
struct FMapErrors
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AbstractClass | FLazyName | Class { }::{ } is obsolete and must be removed (Class is abstract): NEEDS DESCRIPTION | Misc/MapErrors.h |
| ActorIsObselete | FLazyName | {Actor} is obsolete and must be removed!: This warning is caused when there is an instance of a actor in a level that has been marked deprecated. | Misc/MapErrors.h |
| ActorLargeShadowCaster | FLazyName | {Actor} : Large actor casts a shadow and will cause an extreme performance hit unless bUseBooleanEnvironmentShadowing is set to true: A large actor has been set to cast shadows - this will cause extreme performance issues and should have bUseBooleanEnvironmentShadowing set to true. | Misc/MapErrors.h |
| AudioComponentNull | FLazyName | Sound {Actor} : Ambient sound actor has NULL AudioComponent property - please delete!: This warning is caused when there is a Ambient sound actor with a "None" AudioComponent. | Misc/MapErrors.h |
| BrushComponentNull | FLazyName | {Actor} : Brush has NULL BrushComponent property - please delete!: This warning is caused when there is a Brush with a "None" ConstraintInstance component. | Misc/MapErrors.h |
| BrushNullPolygons | FLazyName | {Brush Actor} : Brush has NULL polygons property - please delete!: This warning indicates that you have a brush in the level with a "None" polygons reference. | Misc/MapErrors.h |
| BrushZeroPolygons | FLazyName | BSP Brush {Brush Actor} : Brush has zero polygons - please delete!: This warning indicates that you have a brush in the level that doesn't have any polygons associated with it. | Misc/MapErrors.h |
| CameraAspectRatioIsZero | FLazyName | Camera Camera has AspectRatio=0 - please set this to something non-zero | Misc/MapErrors.h |
| CleanBSPMaterials | FLazyName | Run 'Clean BSP Materials' to clear {count} references: This warning indicates that there are material references on brush faces that aren't contributing to the BSP, and that applying the Tools->'Clean BSP Materials' operation can clean up these references. | Misc/MapErrors.h |
| CollisionEnabledNoCollisionGeom | FLazyName | {ActorName} has collision enabled but StaticMesh ({StaticMeshName}) has no simple or complex collision. | Misc/MapErrors.h |
| DeprecatedClass | FLazyName | { }::{ } is obsolete and must be removed (Class is deprecated): NEEDS DESCRIPTION | Misc/MapErrors.h |
| DuplicateLevelInfo | FLazyName | Level Duplicate level info: Two WorldInfos somehow exist... | Misc/MapErrors.h |
| ElementsWithZeroTriangles | FLazyName | {Count} element(s) with zero triangles in static mesh {StaticMesh}: TODO | Misc/MapErrors.h |
| FilenameIsTooLongForCooking | FLazyName | Uncategorized Filename is too long ({FilenameLength} characters) - this may interfere with cooking for consoles. | Misc/MapErrors.h |
| FixedUpDeletedLayerWeightmap | FLazyName | Landscape {LandscapeComponent} : Fixed up deleted layer weightmap: | Misc/MapErrors.h |
| FixedUpIncorrectLayerWeightmap | FLazyName | {LandscapeComponent} : Fixed up incorrect layer weightmap texture index: | Misc/MapErrors.h |
| FixedUpInvalidLandscapeMaterialInstances | FLazyName | {LandscapeComponent} : Fixed up invalid material instances for a landscape component when its weightmap allocations don't match the material's layer configuration : | Misc/MapErrors.h |
| FixedUpNonMatchingTargetLayer | FLazyName | {LandscapeComponent} : Fixed up target layer info object not matching with the parent landscape's: | Misc/MapErrors.h |
| FixedUpSharedLayerWeightmap | FLazyName | Fixed up shared weightmap texture for layer {Layer} in component {Component} (shares with {Name}): | Misc/MapErrors.h |
| FoliageMissingClusterComponent | FLazyName | Foliage in this map is missing {MissingCount} cluster component(s) for static mesh {MeshName}. | Misc/MapErrors.h |
| FoliageMissingStaticMesh | FLazyName | Foliage Foliage instances for a missing static mesh have been removed.: TODO | Misc/MapErrors.h |
| InvalidDrawscale | FLazyName | {Actor} has invalid DrawScale/ DrawScale3D: This warning is caused when either DrawScale, DrawScale3D X, DrawScale3D Y, or DrawScale 3D Z is equal to zero. | Misc/MapErrors.h |
| InvalidHairStrandsMaterial | FLazyName | Actor gas invalid hair strands material | Misc/MapErrors.h |
| InvalidTrace | FLazyName | {ActorName} has WorldTrace blocked. It will be considered to be world geometry | Misc/MapErrors.h |
| InvalidVirtualTextureUsage | FLazyName | Virtual Textures {ObjectName} is using a virtual texture ('{TextureName}') on an unsupported property ('{PropertyName}'). | Misc/MapErrors.h |
| LandscapeComponentPostLoad_Warning | FLazyName | Landscape ({ProxyName}) has overlapping render components at location ({X, Y}): | Misc/MapErrors.h |
| LandscapeLazyObjectPtrDeprecation_Warning | FLazyName | Landscape proxy {ProxyName} of {LevelName} points to a LandscapeActor that is not currently loaded. | Misc/MapErrors.h |
| LandscapeProxyFixupSharedData_Warning | FLazyName | Landscape proxy {Proxy} had one or more shared properties not in sync with its parent landscape actor {Parent}. | Misc/MapErrors.h |
| LevelStreamingVolume | FLazyName | Volume LevelStreamingVolume is not in the persistent level - please delete: This warning is caused when there is a level streaming volume that does not exist in the persistent level. | Misc/MapErrors.h |
| LightComponentNull | FLazyName | Lighting {Actor} : Light actor has NULL LightComponent property - please delete!: This warning is caused when there is a Light actor with a "None" LightComponent. | Misc/MapErrors.h |
| LODActorMissingActor | FLazyName | {LODActor} : Actor is missing. | Misc/MapErrors.h |
| LODActorMissingStaticMesh | FLazyName | Hierarchical LOD {LODActor} : Static mesh is missing for the built LODActor. | Misc/MapErrors.h |
| LODActorNoActorFound | FLazyName | {LODActor} : NoActor is assigned. We recommend to delete this actor. | Misc/MapErrors.h |
| MatchingActorGUID | FLazyName | Actor {Actor} has same GUID as {Actor} (Duplicate and replace the orig with the new one): Duplicate and replace the original with the new one. | Misc/MapErrors.h |
| MatchingLightGUID | FLazyName | Lighting {LightActor} has same light GUID as {LightActor} (Duplicate and replace the orig with the new one): Duplicate and replace the original with the new one. | Misc/MapErrors.h |
| MoreMaterialsThanReferenced | FLazyName | More overridden materials {Count} on static mesh component than are referenced {Count} in source mesh {StaticMesh}: TODO | Misc/MapErrors.h |
| MoreNaniteMaterialsThanReferenced | FLazyName | More Nanite overridden materials {Count} on static mesh component than are referenced {Count} in source mesh {StaticMesh}: TODO | Misc/MapErrors.h |
| MultipleSkyAtmospheres | FLazyName | Misc/MapErrors.h | |
| MultipleSkyAtmosphereTypes | FLazyName | Misc/MapErrors.h | |
| MultipleSkyLights | FLazyName | Misc/MapErrors.h | |
| NoDamageType | FLazyName | {Volume} causes damage, but has no damagetype defined.: This warning is caused when there is a volume that is set to cause damage but doesn't have a damage type defined. | Misc/MapErrors.h |
| NoKillZ | FLazyName | Map should have KillZ set.: This warning is caused when the map's KillZ in the WorldInfo properties is set to the default value. | Misc/MapErrors.h |
| NoLevelsAssociated | FLazyName | No levels are associated with streaming volume.: This warning is caused when there are no levels associated with a LevelStreamingVolume, making it non-functional. | Misc/MapErrors.h |
| NonCoPlanarPolys | FLazyName | {Actor} : Brush has non-coplanar polygons: This warning is caused when there is a brush in the level that has non-coplanar polygons. | Misc/MapErrors.h |
| ParticleSystemComponentNull | FLazyName | Particle System {Actor} : Emitter actor has NULL ParticleSystemComponent property - please delete!: This warning is caused when there is a Emitter actor with a "None" ParticleSystemComponent. | Misc/MapErrors.h |
| PlanarBrush | FLazyName | {Brush} : Brush is planar: Planar brush used - please note that this may not work well with collision. | Misc/MapErrors.h |
| PrimitiveComponentHasInvalidTranslucentShadowSetting | FLazyName | Component is a using CastVolumetricTranslucentShadow but this feature is disabled for the project! Turn on r.Shadow.TranslucentPerObject.ProjectEnabled in a project ini if required. | Misc/MapErrors.h |
| PSysCompErrorEmptyActorRef | FLazyName | PSysComp has an empty parameter actor reference at index {Index} ({Actor}): Param.Actor should not be NULL. | Misc/MapErrors.h |
| PSysCompErrorEmptyMaterialRef | FLazyName | PSysComp has an empty parameter material reference at index {Index} ({Actor}): Param.Material should not be NULL. | Misc/MapErrors.h |
| RebuildLighting | FLazyName | Maps need lighting rebuilt: This warning is caused when lighting has been invalidated by moving or modifying a light actor. | Misc/MapErrors.h |
| RebuildPaths | FLazyName | Navigation Paths need to be rebuilt: TODO | Misc/MapErrors.h |
| RepairedPaintedVertexColors | FLazyName | Actors {Actor} : Repaired painted vertex colors: Painted vertex colors were repaired on this actor. | Misc/MapErrors.h |
| SameLocation | FLazyName | {Actor} in same location as {Another Actor}: This warning is caused when there is a actor that is in the same exact location as another actor. | Misc/MapErrors.h |
| ShadowCasterUsingBoundsScale | FLazyName | Actor casts dynamic shadows and has a BoundsScale greater than 1! This will have a large performance hit: Serious performance warning... | Misc/MapErrors.h |
| SimpleCollisionButNonUniformScale | FLazyName | {StaticMesh} has simple collision but is being scaled non-uniformly - collision creation will fail: Simple collision cannot be used with non-uniform scale. | Misc/MapErrors.h |
| SkeletalMeshComponent | FLazyName | {Actor} : Skeletal mesh actor has NULL SkeletalMeshComponent property: The specified SkeletalMeshActor has a NULL SkeletalMeshComponent. | Misc/MapErrors.h |
| SkeletalMeshNull | FLazyName | {Actor} : Skeletal mesh actor has NULL SkeletalMesh property: The specified SkeletalMeshActor has a NULL SkeletalMesh. | Misc/MapErrors.h |
| SkelMeshActorNoPhysAsset | FLazyName | Skeletal Mesh {Actor} : SkeletalMeshActor has no PhysicsAsset assigned.: In order for a SkeletalMesh to have an accurate bounding box, it needs to have a PhysicsAsset assigned in its SkeletalMeshComponent. | Misc/MapErrors.h |
| SoundCueNull | FLazyName | Ambient sound actor's AudioComponent has a NULL SoundCue property!: This warning is caused when there is a AmbientSound actor with a NULL SoundCue property. | Misc/MapErrors.h |
| StaticComponentHasInvalidLightmapSettings | FLazyName | Component is a static type but has invalid lightmap settings! Indirect lighting will be black. | Misc/MapErrors.h |
| StaticLightWithLumen_Warning | FLazyName | {LightComponent} is using static lighting while Lumen is enabled. | Misc/MapErrors.h |
| StaticMeshComponent | FLazyName | {Actor} : Static mesh actor has NULL StaticMeshComponent property - please delete!: This warning is caused when there is a static mesh actor with a "None" StaticMeshComponent component. | Misc/MapErrors.h |
| StaticMeshNull | FLazyName | Static Mesh {Static Mesh Actor} : Static mesh actor has NULL StaticMesh property: This warning is caused when there is a static mesh actor in a level with a NULL StaticMesh property. | Misc/MapErrors.h |
| StaticPhysNone | FLazyName | {Actor} bStatic true, but has Physics set to something other than PHYS_None!: This warning is caused when an actor has its bStatic flag set to true but its Physics is set to PHYS_None. | Misc/MapErrors.h |
| UseFauxOrthoViewPosDeprecation_Warning | FLazyName | BUseFauxOrthoViewPos has been deprecated. Property will be lost on re-save. | Misc/MapErrors.h |
| UsingExternalObject | FLazyName | {ObjectName} : Externally referenced | Misc/MapErrors.h |
| VertexColorsNotMatchOriginalMesh | FLazyName | {Actor} (LOD {Index}) has hand-painted vertex colors that no longer match the original StaticMesh {StaticMesh}: It looks like the original mesh was changed since this instance's vertex colors were painted down - this may need a refresh. | Misc/MapErrors.h |
| VolumeActorCollisionComponentNULL | FLazyName | {Actor} : Volume actor has NULL collision component - please delete: The specified volume actor has a NULL collision component and should probably be deleted. | Misc/MapErrors.h |
| VolumeActorZeroRadius | FLazyName | {Actor} : Volume actor has a collision component with 0 radius - please delete: The specified volume actor has a zero radius for its collision component and should probably be deleted. | Misc/MapErrors.h |