UBlendSpaceBase::GetSamplesFromBlendInput

Get Grid Samples from BlendInput It will return all samples that has weight > KINDA_SMALL_NUMBER

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h

Include

#include "Animation/BlendSpaceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp

Syntax

bool GetSamplesFromBlendInput
(
    const FVector & BlendInput,
    TArray< FBlendSampleData > & OutSampleDataList
) const

Remarks

Get Grid Samples from BlendInput It will return all samples that has weight > KINDA_SMALL_NUMBER

Returns

true if it has valid OutSampleDataList, false otherwise

Parameters

Parameter

Description

BlendInput

BlendInput X, Y, Z corresponds to BlendParameters[0], [1], [2]

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