A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
ABP_Pedestal_C.h
Go to the documentation of this file.
1#pragma once
12class ABP_Pedestal_C : public AActor
13{
14public:
15 UChildActorComponent* Button;
18
19private:
85 void UserConstructionScript(); //"User Construction Script"
271 void EventGraph(); //"Event Graph"
272};
273
A blueprint class with 2 graphs.
UStaticMeshComponent * Pedestal_SM
Pedestal SM.
UStaticMeshComponent * ButtonSupport_SM
Button Support SM.
UChildActorComponent * Button
Button.
void UserConstructionScript()