FDistributionLookupTable::GetRange

Get the range of values produced by the table.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Distributions.h

Include

#include "Distributions.h"

Syntax

void GetRange
(
    float * OutMinValues,
    float * OutMaxValues
)

Remarks

Get the range of values produced by the table.

: in the case of a constant curve, this will not be exact!

Parameters

Parameter

Description

OutMinValues

The smallest values produced by this table.

OutMaxValues

The largest values produced by this table.

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