14 lines
338 B
Ucode
14 lines
338 B
Ucode
/**
|
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
|
*/
|
|
class DistributionVectorParticleParameter extends DistributionVectorParameterBase
|
|
native(Particle)
|
|
collapsecategories
|
|
hidecategories(Object)
|
|
editinlinenew;
|
|
|
|
cpptext
|
|
{
|
|
virtual UBOOL GetParamValue(UObject* Data, FName ParamName, FVector& OutVector);
|
|
}
|