A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UDebugStepsDisplayWidget_C.h
Go to the documentation of this file.
1#pragma once
12{
13
14protected:
15 FOnStepBttnClick OnStepBttnClick;
16
17private:
505 void EventGraph(); //"Event Graph"
571 void OnStepBttnClick(); //"On Step Bttn Click"
572};
573
A blueprint class with 2 graphs.
FOnStepBttnClick OnStepBttnClick
On Step Bttn Click.