UDistributionFloatUniform::GetKeyOut

Get the output value for the key with the specified index on the specified sub-curve.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::GetKeyOut()

UDistributionFloatUniform::GetKeyOut()

References

Module

Engine

Header

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

Include

#include "Distributions/DistributionFloatUniform.h"

Source

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

Syntax

virtual float GetKeyOut
(
    int32 SubIndex,
    int32 KeyIndex
)

Remarks

Get the output value for the key with the specified index on the specified sub-curve. SubIndex must be within range ie >=0 and < NumSubCurves. KeyIndex must be within range ie >=0 and < NumKeys.

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