UAnimationStateMachineSchema::GetAssetsPinHoverMessage

Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified pin

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::GetAssetsPinHoverMessage()

UAnimationStateMachineSchema::GetAssetsPinHoverMessage()

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h

Include

#include "AnimationStateMachineSchema.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp

Syntax

virtual void GetAssetsPinHoverMessage
(
    const TArray< FAssetData > & Assets,
    const UEdGraphPin * HoverPin,
    FString & OutTooltipText,
    bool & OutOkIcon
) const

Remarks

Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified pin

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