UDistributionFloat::InitializeRawEntry

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Distributions/DistributionFloat.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