Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/UDistributionVectorConstant
- FCurveEdInterface::GetKeyOut()
- UDistributionVectorConstant::GetKeyOut()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h |
| Include | #include "Distributions/DistributionVectorConstant.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
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.