FBlueprintEditor::OnGraphEditorDropStreamingLevel

Called when a streaming level is dropped onto the graph editor

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintEditor

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h
Include #include "BlueprintEditor.h"
Source /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp
void OnGraphEditorDropStreamingLevel
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [TWeakObjectPtr](API\Runtime\Core\UObject\TWeakObjectPtr)< [ULevelStreaming](API\Runtime\Engine\Engine\ULevelStreaming) > > & Levels,
    [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph,
    const FVector2D & DropLocation
)

Remarks

Called when a streaming level is dropped onto the graph editor


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library