SSCSEditor::ViewEvent

Function to view an event for a node

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

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/SSCSEditor.h
Include #include "SSCSEditor.h"
Source /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp
static void ViewEvent
(
    [UBlueprint](API\Runtime\Engine\Engine\UBlueprint) * Blueprint,
    const [FName](API\Runtime\Core\UObject\FName) EventName,
    const [FComponentEventConstructionData](API\Editor\Kismet\FComponentEventConstructionData) EventData
)

Remarks

Function to view an event for a node

Parameters

Name Description
Blueprint the nodes blueprint
EventName the event to view
EventData the event data structure describing the node

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library