-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved files over from local versin control to github!
- Loading branch information
0 parents
commit 9378acf
Showing
35 changed files
with
2,322 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Changelist" : 3299760, | ||
"BuildId" : "065bf541-f94c-4fd1-a471-0d58b65a553d", | ||
"Modules" : | ||
{ | ||
"Socketer" : "UE4Editor-Socketer.dll" | ||
} | ||
} |
92 changes: 92 additions & 0 deletions
92
Intermediate/Build/Win32/UE4/Inc/Socketer/Socket.generated.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. | ||
/*=========================================================================== | ||
C++ class header boilerplate exported from UnrealHeaderTool. | ||
This is automatically generated by the tools. | ||
DO NOT modify this manually! Edit the corresponding .h files instead! | ||
===========================================================================*/ | ||
|
||
PRAGMA_DISABLE_DEPRECATION_WARNINGS | ||
#ifdef SOCKETER_Socket_generated_h | ||
#error "Socket.generated.h already included, missing '#pragma once' in Socket.h" | ||
#endif | ||
#define SOCKETER_Socket_generated_h | ||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_RPC_WRAPPERS | ||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_RPC_WRAPPERS_NO_PURE_DECLS | ||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_INCLASS_NO_PURE_DECLS \ | ||
private: \ | ||
static void StaticRegisterNativesUSocket(); \ | ||
friend SOCKETER_API class UClass* Z_Construct_UClass_USocket(); \ | ||
public: \ | ||
DECLARE_CLASS(USocket, UObject, COMPILED_IN_FLAGS(0), 0, TEXT("/Script/Socketer"), NO_API) \ | ||
DECLARE_SERIALIZER(USocket) \ | ||
/** Indicates whether the class is compiled into the engine */ \ | ||
enum {IsIntrinsic=COMPILED_IN_INTRINSIC}; | ||
|
||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_INCLASS \ | ||
private: \ | ||
static void StaticRegisterNativesUSocket(); \ | ||
friend SOCKETER_API class UClass* Z_Construct_UClass_USocket(); \ | ||
public: \ | ||
DECLARE_CLASS(USocket, UObject, COMPILED_IN_FLAGS(0), 0, TEXT("/Script/Socketer"), NO_API) \ | ||
DECLARE_SERIALIZER(USocket) \ | ||
/** Indicates whether the class is compiled into the engine */ \ | ||
enum {IsIntrinsic=COMPILED_IN_INTRINSIC}; | ||
|
||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_STANDARD_CONSTRUCTORS \ | ||
/** Standard constructor, called after all reflected properties have been initialized */ \ | ||
NO_API USocket(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ | ||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USocket) \ | ||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USocket); \ | ||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USocket); \ | ||
private: \ | ||
/** Private move- and copy-constructors, should never be used */ \ | ||
NO_API USocket(USocket&&); \ | ||
NO_API USocket(const USocket&); \ | ||
public: | ||
|
||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_ENHANCED_CONSTRUCTORS \ | ||
/** Standard constructor, called after all reflected properties have been initialized */ \ | ||
NO_API USocket(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ | ||
private: \ | ||
/** Private move- and copy-constructors, should never be used */ \ | ||
NO_API USocket(USocket&&); \ | ||
NO_API USocket(const USocket&); \ | ||
public: \ | ||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USocket); \ | ||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USocket); \ | ||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USocket) | ||
|
||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_PRIVATE_PROPERTY_OFFSET | ||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_14_PROLOG | ||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_GENERATED_BODY_LEGACY \ | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \ | ||
public: \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_PRIVATE_PROPERTY_OFFSET \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_RPC_WRAPPERS \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_INCLASS \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_STANDARD_CONSTRUCTORS \ | ||
public: \ | ||
PRAGMA_ENABLE_DEPRECATION_WARNINGS | ||
|
||
|
||
#define HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_GENERATED_BODY \ | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \ | ||
public: \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_PRIVATE_PROPERTY_OFFSET \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_RPC_WRAPPERS_NO_PURE_DECLS \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_INCLASS_NO_PURE_DECLS \ | ||
HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h_17_ENHANCED_CONSTRUCTORS \ | ||
private: \ | ||
PRAGMA_ENABLE_DEPRECATION_WARNINGS | ||
|
||
|
||
#undef CURRENT_FILE_ID | ||
#define CURRENT_FILE_ID HostProject_Plugins_Socketer_Source_Socketer_Public_Socket_h | ||
|
||
|
||
PRAGMA_ENABLE_DEPRECATION_WARNINGS |
Oops, something went wrong.