mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
abilties
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
|
||||
class FScriptInterface
|
||||
{
|
||||
private:
|
||||
public:
|
||||
UObject* ObjectPointer;
|
||||
void* InterfacePointer;
|
||||
|
||||
FORCEINLINE UObject*& GetObjectRef()
|
||||
{
|
||||
return ObjectPointer;
|
||||
}
|
||||
};
|
||||
|
||||
template<class InterfaceType>
|
||||
|
||||
Reference in New Issue
Block a user