Choose your operating system:
Windows
macOS
Linux
| UDistributionFloat::InitializeRawEntry()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h |
Include |
#include "Distributions/DistributionFloat.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Distributions.cpp |
virtual uint32 InitializeRawEntry
(
float Time,
float * Values
) const
Fill out an array of floats and return the number of elements in the entry
The number of elements (values) set in the array
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 |