I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:GameDecalManager (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> DecalManager >> GameDecalManager |
- Package:
- GameFramework
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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