UParticleModule::ConvertVectorDistribution

Store the given percentage of the SourceVector distribution in the VectorDist

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

virtual bool ConvertVectorDistribution
(
    UDistributionVector * VectorDist,
    UDistributionVector * SourceVectorDist,
    float Percentage
)

Remarks

Store the given percentage of the SourceVector distribution in the VectorDist

Returns

bool true if successful, false if not.

Parameters

Parameter

Description

VectorDist

The distribution to put the result into.

SourceVectorDist

The distribution of use as the source.

Percentage

The percentage of the source value to use [0..100]