Always snap to grid
UE3:SoundNodeRandom (UT3)
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-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'SoundNodeRandom'[edit]
bRandomizeWithoutReplacement[edit]
Type: bool
Determines whether or not this SoundNodeRandom should randomize with or without replacement.
WithoutReplacement means that only nodes left will be valid for selection. So with that, you are guarenteed to have only one occurrence of the sound played until all of the other sounds in the set have all been played.
WithReplacement means that a node will be chosen and then placed back into the set. So one could play the same sound over and over if the probabilities don't go your way :-)
Default value: True
Weights[edit]
Modifiers: editfixedsize
Internal variables[edit]
HasBeenUsed[edit]
Modifiers: transient
Internal state of which sounds have been played. This is only used at runtime to keep track of which sounds have been played
NumRandomUsed[edit]
Type: int
Modifiers: transient
Counter var so we don't have to count all of the used sounds each time we choose a sound *