UParticleModule::ConvertFloatDistribution

Store the given percentage of the SourceFloat distribution in the FloatDist

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 ConvertFloatDistribution
(
    UDistributionFloat * FloatDist,
    UDistributionFloat * SourceFloatDist,
    float Percentage
)

Remarks

Store the given percentage of the SourceFloat distribution in the FloatDist

Returns

bool true if successful, false if not.

Parameters

Parameter

Description

FloatDist

The distribution to put the result into.

SourceFloatDist

The distribution of use as the source.

Percentage

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss