UAnimationGraphSchema::SearchForAutocastFunction

Find an appropriate function to call to perform an automatic cast operation

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema_K2::SearchForAutocastFunction()

UAnimationGraphSchema::SearchForAutocastFunction()

References

Module

AnimGraph

Header

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

Include

#include "AnimationGraphSchema.h"

Source

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

Syntax

virtual bool SearchForAutocastFunction
(
    const UEdGraphPin * OutputPin,
    const UEdGraphPin * InputPin,
    FName & TargetFunction,
    UClass *& FunctionOwner
) const

Remarks

Find an appropriate function to call to perform an automatic cast operation

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