A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
AInteractionValve_C.h
Go to the documentation of this file.
1#pragma once
13{
14public:
16
17protected:
18 bool BlockTick;
19
20private:
86 void UserConstructionScript(); //"User Construction Script"
917 void EventGraph(); //"Event Graph"
1011 void IsObjectActive(); //"Is Object Active"
1012};
1013
A blueprint class with 3 graphs.
bool BlockTick
Block Tick.
UNewBlueprint_C * NewBlueprint
New Blueprint.
Actor representing an interaction valve.
A blueprint class with 2 graphs.