A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UGrab_C.h
Go to the documentation of this file.
1#pragma once
11class UGrab_C : public UInterface
12{
13
14private:
84 void Grab(); //"Grab"
154 void Release(); //"Release"
155};
156
A blueprint class with 2 graphs.
Definition UGrab_C.h:12
void Release()
Definition UGrab_C.cpp:17
void Grab()
Definition UGrab_C.cpp:13