1
0
KF2-Dev-Scripts/Engine/Classes/ProcBuilding_SimpleLODActor.uc

22 lines
560 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// Used as a simple, one-mesh LOD for a procedural building
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
//=============================================================================
class ProcBuilding_SimpleLODActor extends StaticMeshActor
native(ProcBuilding);
DefaultProperties
{
// Turn off Collision OFF
Begin Object Name=StaticMeshComponent0
bDisableAllRigidBody=TRUE
End Object
bCollideActors=FALSE
bBlockActors=FALSE
}