UDistributionFloatUniformCurve::InitializeRawEntry

Fill out an array of floats and return the number of elements in the entry

Windows
MacOS
Linux

Override Hierarchy

UDistributionFloat::InitializeRawEntry()

UDistributionFloatUniformCurve::InitializeRawEntry()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h

Include

#include "Distributions/DistributionFloatUniformCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Distributions.cpp

Syntax

virtual uint32 InitializeRawEntry
(
    float Time,
    float * Values
) const

Remarks

Fill out an array of floats and return the number of elements in the entry

Returns

The number of elements (values) set in the array

Parameters

Parameter

Description

Time

The time to evaluate the distribution

Values

An array of values to be filled out, guaranteed to be big enough for 4 values

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