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

29 lines
814 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// LightmassImportanceVolume: a bounding volume outside of which Lightmass
// photon emissions are decreased
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
//=============================================================================
class LightmassImportanceVolume extends Volume
native
hidecategories(Collision,Brush,Attachment,Physics,Volume)
placeable;
defaultproperties
{
Begin Object Name=BrushComponent0
CollideActors=false
BlockActors=false
BlockZeroExtent=false
BlockNonZeroExtent=false
BlockRigidBody=false
RBChannel=RBCC_Nothing
End Object
bColored=true
BrushColor=(R=255,G=255,B=25,A=255)
bWorldGeometry=false
bCollideActors=false
bBlockActors=false
}