I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:DistributionVectorUniform (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Component >> DistributionVector >> DistributionVectorUniform |
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 'DistributionVectorUniform'[edit]
bUseExtremes[edit]
Type: bool
LockedAxes[edit]
Type: DistributionVector.EDistributionVectorLockFlags
Max[edit]
Type: Object.Vector
Upper end of vector magnitude range.
Min[edit]
Type: Object.Vector
Lower end of vector magnitude range.
MirrorFlags[edit]
Type: DistributionVector.EDistributionVectorMirrorFlags
Array size: 3
Default value, index 0: EDVMF_Different
Default value, index 1: EDVMF_Different
Default value, index 2: EDVMF_Different
Internal variables[edit]
bLockAxes[edit]
Type: bool
If true, X == Y == Z ie. only one degree of freedom. If false, each axis is picked independently.