Module |
|
Header |
/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
Include |
#include "BlueprintEditorModule.h" |
class IBlueprintEditor : public FWorkflowCentricApplication
Blueprint editor public interface
Name | Description | ||
---|---|---|---|
|
void |
AddToSelection ( |
|
|
void |
AnalyticsTrackNodeEvent ( |
Used to track node create/delete events for Analytics |
|
bool |
CanPasteNodes() |
|
|
TSharedPtr< ... |
FindAndSelectSubobjectEditorTreeNode ( |
Find and select a specific SCS editor tree node associated with the given component |
|
bool |
GetBoundsForSelectedNodes ( |
|
|
UEdGraph ... |
GetFocusedGraph() |
Returns the currently focused graph context, or NULL if no graph is available. |
|
TSharedPtr< ... |
GetImportedClassViewerFilter() |
Return the class viewer filter associated with the current set of imported namespaces within this editor context. |
|
int32 |
GetNumberOfSelectedNodes() |
Get number of currently selected nodes in the SCS editor tree |
|
void |
GetPinTypeSelectorFilters ( |
Get all the the pin type selector filters within this editor context. |
|
GetSelectedSubobjectEditorTreeNodes() |
Util to get the currently selected Subobject editor tree Nodes |
|
|
bool |
IsNonImportedObject ( |
Return whether the given object falls outside the scope of the current set of imported namespaces within this editor context. |
|
bool |
IsNonImportedObject ( |
Return whether the given object (referenced by path) falls outside the scope of the current set of imported namespaces within this editor context. |
|
void |
JumpToHyperlink ( |
|
|
void |
JumpToPin ( |
|
|
TSharedPtr< ... |
OpenGraphAndBringToFront ( |
Tries to open the specified graph and bring it's document to the front (note: this can return NULL) |
|
void |
PasteNodesHere ( |
|
|
void |
RefreshEditors |
|
|
void |
RefreshInspector() |
|
|
void |
RefreshMyBlueprint() |
|
|
void |
SummonFindAndReplaceUI() |
Invokes the Find and Replace UI |
|
void |
SummonSearchUI ( |
Invokes the search UI and sets the mode and search terms optionally |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
FindAndSelectSCSEditorTreeNode ( |
FindAndSelectSCSEditorTreeNode has been deprecated. Use FindAndSelectSubobjectEditorTreeNode instead. |
|
TSharedPtr< ... |
GetImportedPinTypeSelectorFilter() |
Please use GetPinTypeSelectorFilters |
|
GetSelectedSCSEditorTreeNodes() |
GetSelectedSCSEditorTreeNodes has been deprecated. Use GetSelectedSubobjectEditorTreeNodes instead. |