FKismetCompilerContext::CreateFunctionStubForEvent

Create a stub function graph for the event node, and have it invoke the correct point in the ubergraph

Unreal Engine C++ API Reference > Editor > KismetCompiler > FKismetCompilerContext

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h
Include #include "KismetCompiler.h"
Source /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp
void CreateFunctionStubForEvent
(
    [UK2Node_Event](API\Editor\BlueprintGraph\UK2Node_Event) * Event,
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * OwnerOfTemporaries
)

Remarks

Create a stub function graph for the event node, and have it invoke the correct point in the ubergraph


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library