Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimationGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< FSearchForAutocastFunctionResults > SearchForAutocastFunction
(
const FEdGraphPinType& OutputPinType, |
AnimationGraphSchema.h | ||
virtual bool SearchForAutocastFunction
(
const FEdGraphPinType& OutputPinType, |
AnimationGraphSchema.h |
SearchForAutocastFunction(const FEdGraphPinType &, const FEdGraphPinType &)
| Name | SearchForAutocastFunction |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimationGraphSchema.h |
| Include Path | #include "AnimationGraphSchema.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp |
virtual TOptional < FSearchForAutocastFunctionResults > SearchForAutocastFunction
(
const FEdGraphPinType & OutputPinType,
const FEdGraphPinType & InputPinType
) const
SearchForAutocastFunction(const FEdGraphPinType &, const FEdGraphPinType &, FName &, UClass *&)
| Name | SearchForAutocastFunction |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimationGraphSchema.h |
| Include Path | #include "AnimationGraphSchema.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp |
virtual bool SearchForAutocastFunction
(
const FEdGraphPinType & OutputPinType,
const FEdGraphPinType & InputPinType,
FName & TargetFunction,
UClass *& FunctionOwner
) const