Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:GameDecalManager (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> DecalManager >> GameDecalManager
Package: 
GameFramework

Copyright 1998-2009 Epic Games, Inc. All Rights Reserved

Properties

MinDecalDistanceSq

Type: float

abort spawning a new decal if it would be this distance or closer to any currently active decal

Subobjects

BaseDecal

Class: Engine.DecalComponent

Inherits from: DecalManager.BaseDecal

Property Value
ReplacementPrimitive None

Functions

Native functions

IsTooCloseToActiveDecal

native final function bool IsTooCloseToActiveDecal (const out Object.Vector DecalLocation, const float InCanSpawnDistance)

Returns:

whether the specified location is too close to a decal that's already attached, so don't spawn a new one

Other instance functions

SpawnDecalMinimal

final function GameDecal SpawnDecalMinimal (const out Object.Vector DecalLocation, const float InDecalLifeSpan, const float InCanSpawnDistance)

gets a pooled decal with minimal setup - assumes the caller is going to take care of most of that itself