FAnimInstanceProxy::GetSlotWeight

Get Slot Node Weight : this returns new Slot Node Weight, Source Weight, Original TotalNodeWeight this 3 values can't be derived from each other

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h

Include

#include "Animation/AnimInstanceProxy.h"

Source

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

Syntax

void GetSlotWeight
(
    const FName & SlotNodeName,
    float & out_SlotNodeWeight,
    float & out_SourceWeight,
    float & out_TotalNodeWeight
) const

Remarks

Get Slot Node Weight : this returns new Slot Node Weight, Source Weight, Original TotalNodeWeight this 3 values can't be derived from each other

Parameters

Parameter

Description

SlotNodeName

: the name of the slot node you're querying

out_SlotNodeWeight

: The node weight for this slot node in the range of [0, 1]

out_SourceWeight

: The Source weight for this node.

out_TotalNodeWeight

: Total weight of this node

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