Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Distributions > UDistributionVectorUniform
- FCurveEdInterface::GetKeyIn()
- UDistributionVectorUniform::GetKeyIn()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniform.h |
Include | #include "Distributions/DistributionVectorUniform.h" |
Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
virtual float GetKeyIn
(
int32 KeyIndex
)
Remarks
Get the input value for the Key with the specified index. KeyIndex must be within range ie >=0 and < NumKeys.