Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DroppedAssetsOnPin
(
const TArray< struct FAssetData >& Assets, |
Called when asset(s) are dropped onto the specified pin | EdGraph/EdGraphSchema.h | |
virtual void DroppedAssetsOnPin
(
const TArray< struct FAssetData >& Assets, |
EdGraph/EdGraphSchema.h |
DroppedAssetsOnPin(const TArray< struct FAssetData > &, const FVector2D &, UEdGraphPin *)
Description
Called when asset(s) are dropped onto the specified pin
| Name | DroppedAssetsOnPin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual void DroppedAssetsOnPin
(
const TArray < struct FAssetData > & Assets,
const FVector2D & GraphPosition,
UEdGraphPin * Pin
) const
DroppedAssetsOnPin(const TArray< struct FAssetData > &, const FVector2f &, UEdGraphPin *)
| Name | DroppedAssetsOnPin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual void DroppedAssetsOnPin
(
const TArray < struct FAssetData > & Assets,
const FVector2f & GraphPosition,
UEdGraphPin * Pin
) const