I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:DistributionFloat (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Component >> DistributionFloat
Package: 
Core
Direct subclasses:
DistributionFloatConstantCurve, DistributionFloatConstant, DistributionFloatUniformCurve, DistributionFloatUniform
This class in other games:
UDK

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

Properties[edit]

Property group 'Baked'[edit]

bCanBeBaked[edit]

Type: bool

Can this variable be baked out to a FRawDistribution? Should be TRUE 99% of the time

Default value: True

Internal variables[edit]

bIsDirty[edit]

Type: bool

Set internally when the distribution is updated so that that FRawDistribution can know to update itself

Default value: True

Structs[edit]

RawDistributionFloat[edit]

Extends: Object.RawDistribution

Modifiers: native

DistributionFloat Distribution