4.13 UE4+ VRWorks source build failing

Hi all,

I just downloaded the newest release of nvidia’s VR gameworks build of unreal (https://github.com/NvPhysX/UnrealEngine/tree/VRWorks-Graphics-4.13) and every time I build the solution I receive over 600 errors. I have tried on multiple machines and I have about the same issues. Any ideas on what I need to be doing differently? I followed the guide on the git where you have to run setup.bat>generateproject files then go to VS studio and build the UE4 solution. Here is the output log below, due to all the issues a UE4editor.exe cannot even be generated.

OUTPUT



1>------ Build started: Project: ShaderCompileWorker, Configuration: Development_Program x64 ------
1>  Target is up to date
2>------ Build started: Project: UE4, Configuration: Development_Editor x64 ------
2>  Performing 282 actions (4 in parallel)
2>  Module.Kismet.1_of_5.cpp
2>  Module.Kismet.4_of_5.cpp
2>  Module.LevelEditor.1_of_3.cpp
2>  Module.Landscape.2_of_3.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(134): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(778): could be 'ObjectType *TSharedPtr<ObjectType,Mode>::operator ->(void) const'
2>          while trying to match the argument list '(TSharedPtr)'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2039: 'Description' : is not a member of 'TSharedPtr'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(502) : see declaration of 'TSharedPtr'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2228: left of '.Name' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2228: left of '.IsBound' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2228: left of '.Execute' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C2143: syntax error : missing ',' before '&'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2228: left of '._OnSocketChosen' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2228: left of '._SceneComponent' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2228: left of '._ProvideNoSocketOption' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(163): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(166): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(179): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(180): error C2227: left of '->ChildSlot' must point to class/struct/union/generic type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(199): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2065: 'HandleSearchTextChanged' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h(83): error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35) : see reference to class template instantiation 'TListTypeTraits<ItemType,void>' being compiled
2>          with
2>          
2>              ItemType=int
2>          ]
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\SlateCore\Public\Widgets\DeclarativeSyntaxSupport.h(1064) : see reference to class template instantiation 'SListView<int>' being compiled
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210) : see reference to class template instantiation 'TDecl<SListView<int>,RequiredArgs::T0RequiredArgs>' being compiled
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2504: 'SerializerType' : base class undefined
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2146: syntax error : missing ';' before identifier 'NullableItemType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2065: 'NullableItemType' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2955: 'TSlateDelegates' : use of class template requires template argument list
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\SlateDelegates.h(119) : see declaration of 'TSlateDelegates'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C2146: syntax error : missing ';' before identifier 'SelectorItem'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(211): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2228: left of '.OnGenerateRow' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2228: left of '.OnSelectionChanged' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C3158: 'Tick' : 'override' can only be applied to a virtual member function
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C2575: 'Tick' : only member functions and bases can be virtual
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(224): error C3861: 'CheckAndGetWindowPtr': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2227: left of '->SetFilterText' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2228: left of '.Reset' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'begin' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'end' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->TestTextFilter' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->FilterContext' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2227: left of '->RequestListRefresh' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(275): error C2270: 'SupportsKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2227: left of '->SupportsKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(280): error C2270: 'HasKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2227: left of '->HasKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2228: left of '.ToSharedRef' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(291): error C2059: syntax error : 'private'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2228: left of '.IsValid' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2228: left of '.Pin' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): fatal error C1003: error count exceeds 100; stopping compilation
2>  Module.MeshUtilities.cpp
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(112): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Diffuse"
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(117): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Normal"
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(123): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Metallic"
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(128): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Roughness"
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(133): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Specular"
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\developer\meshutilities\private\ProxyMaterialUtilities.h(177): error C2308: concatenating mismatched strings
2>          Concatenating wide "_" with narrow "Emissive"
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Landscape\Private\LandscapeSplines.cpp(2015): error C2593: 'operator =' is ambiguous
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(739): could be 'TArray<UMaterialInterface *,FDefaultAllocator> &TArray<UMaterialInterface *,FDefaultAllocator>::operator =(TArray<UMaterialInterface *,FDefaultAllocator> &&)'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(614): or       'TArray<UMaterialInterface *,FDefaultAllocator> &TArray<UMaterialInterface *,FDefaultAllocator>::operator =(const TArray<UMaterialInterface *,FDefaultAllocator> &)'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(582): or       'TArray<UMaterialInterface *,FDefaultAllocator> &TArray<UMaterialInterface *,FDefaultAllocator>::operator =(std::initializer_list<InElementType>)'
2>          with
2>          
2>              InElementType=UMaterialInterface *
2>          ]
2>          while trying to match the argument list '(TArray<UMaterialInterface *,FDefaultAllocator>, initializer-list)'
2>  Module.MovieSceneTools.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(134): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(778): could be 'ObjectType *TSharedPtr<ObjectType,Mode>::operator ->(void) const'
2>          while trying to match the argument list '(TSharedPtr)'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2039: 'Description' : is not a member of 'TSharedPtr'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(502) : see declaration of 'TSharedPtr'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2228: left of '.Name' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2228: left of '.IsBound' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2228: left of '.Execute' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C2143: syntax error : missing ',' before '&'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2228: left of '._OnSocketChosen' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2228: left of '._SceneComponent' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2228: left of '._ProvideNoSocketOption' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(163): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(166): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(179): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(180): error C2227: left of '->ChildSlot' must point to class/struct/union/generic type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(199): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2065: 'HandleSearchTextChanged' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h(83): error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35) : see reference to class template instantiation 'TListTypeTraits<ItemType,void>' being compiled
2>          with
2>          
2>              ItemType=int
2>          ]
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\SlateCore\Public\Widgets\DeclarativeSyntaxSupport.h(1064) : see reference to class template instantiation 'SListView<int>' being compiled
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210) : see reference to class template instantiation 'TDecl<SListView<int>,RequiredArgs::T0RequiredArgs>' being compiled
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2504: 'SerializerType' : base class undefined
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2146: syntax error : missing ';' before identifier 'NullableItemType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2065: 'NullableItemType' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2955: 'TSlateDelegates' : use of class template requires template argument list
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\SlateDelegates.h(119) : see declaration of 'TSlateDelegates'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C2146: syntax error : missing ';' before identifier 'SelectorItem'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(211): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2228: left of '.OnGenerateRow' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2228: left of '.OnSelectionChanged' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C3158: 'Tick' : 'override' can only be applied to a virtual member function
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C2575: 'Tick' : only member functions and bases can be virtual
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(224): error C3861: 'CheckAndGetWindowPtr': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2227: left of '->SetFilterText' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2228: left of '.Reset' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'begin' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'end' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->TestTextFilter' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->FilterContext' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2227: left of '->RequestListRefresh' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(275): error C2270: 'SupportsKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2227: left of '->SupportsKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(280): error C2270: 'HasKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2227: left of '->HasKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2228: left of '.ToSharedRef' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(291): error C2059: syntax error : 'private'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2228: left of '.IsValid' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2228: left of '.Pin' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): fatal error C1003: error count exceeds 100; stopping compilation
2>  Module.VREditor.cpp
2>  Module.IntroTutorials.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(134): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(778): could be 'ObjectType *TSharedPtr<ObjectType,Mode>::operator ->(void) const'
2>          while trying to match the argument list '(TSharedPtr)'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2039: 'Description' : is not a member of 'TSharedPtr'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(502) : see declaration of 'TSharedPtr'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2228: left of '.Name' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2228: left of '.IsBound' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2228: left of '.Execute' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C2143: syntax error : missing ',' before '&'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2228: left of '._OnSocketChosen' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2228: left of '._SceneComponent' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2228: left of '._ProvideNoSocketOption' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(163): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(166): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(179): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(180): error C2227: left of '->ChildSlot' must point to class/struct/union/generic type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(199): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2065: 'HandleSearchTextChanged' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h(83): error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35) : see reference to class template instantiation 'TListTypeTraits<ItemType,void>' being compiled
2>          with
2>          
2>              ItemType=int
2>          ]
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\SlateCore\Public\Widgets\DeclarativeSyntaxSupport.h(1064) : see reference to class template instantiation 'SListView<int>' being compiled
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210) : see reference to class template instantiation 'TDecl<SListView<int>,RequiredArgs::T0RequiredArgs>' being compiled
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2504: 'SerializerType' : base class undefined
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2146: syntax error : missing ';' before identifier 'NullableItemType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2065: 'NullableItemType' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2955: 'TSlateDelegates' : use of class template requires template argument list
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\SlateDelegates.h(119) : see declaration of 'TSlateDelegates'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\VREditor\VREditorMotionControllerInteractor.cpp(101): error C2536: 'UVREditorMotionControllerInteractor::UVREditorMotionControllerInteractor::bIsTrackpadPositionValid' : cannot specify explicit initializer for arrays
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\vreditor\VREditorMotionControllerInteractor.h(210) : see declaration of 'UVREditorMotionControllerInteractor::bIsTrackpadPositionValid'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C2146: syntax error : missing ';' before identifier 'SelectorItem'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(211): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2228: left of '.OnGenerateRow' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2228: left of '.OnSelectionChanged' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C3158: 'Tick' : 'override' can only be applied to a virtual member function
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C2575: 'Tick' : only member functions and bases can be virtual
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(224): error C3861: 'CheckAndGetWindowPtr': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2227: left of '->SetFilterText' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2228: left of '.Reset' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'begin' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'end' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->TestTextFilter' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->FilterContext' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2227: left of '->RequestListRefresh' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(275): error C2270: 'SupportsKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2227: left of '->SupportsKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(280): error C2270: 'HasKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2227: left of '->HasKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2228: left of '.ToSharedRef' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(291): error C2059: syntax error : 'private'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2228: left of '.IsValid' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2228: left of '.Pin' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): fatal error C1003: error count exceeds 100; stopping compilation
2>  Module.SceneOutliner.cpp
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(134): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(135): error C2059: syntax error : ']'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(136): error C2059: syntax error : ']'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(136): error C2238: unexpected token(s) preceding ';'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(140): error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(140): error C2065: 'FSocketInfo' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(140): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(142): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(778): could be 'ObjectType *TSharedPtr<ObjectType,Mode>::operator ->(void) const'
2>          while trying to match the argument list '(TSharedPtr)'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(142): error C2039: 'Description' : is not a member of 'TSharedPtr'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(502) : see declaration of 'TSharedPtr'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(142): error C2228: left of '.Name' must have class/struct/union
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(146): error C2065: 'OnSocketChosen' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(146): error C2228: left of '.IsBound' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(148): error C2065: 'OnSocketChosen' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(148): error C2228: left of '.Execute' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(135): error C2143: syntax error : missing ']' before '}'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(152): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(152): error C2143: syntax error : missing ',' before '&'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(154): error C2065: 'OnSocketChosen' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(154): error C2065: 'InArgs' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(154): error C2228: left of '._OnSocketChosen' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(155): error C2065: 'SceneComponent' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(155): error C2065: 'InArgs' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(155): error C2228: left of '._SceneComponent' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(158): error C2065: 'InArgs' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(158): error C2228: left of '._ProvideNoSocketOption' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(160): error C2065: 'Sockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(160): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(163): error C2065: 'TextFilterPtr' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(166): error C2065: 'SceneComponent' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(169): error C2065: 'SceneComponent' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(169): error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(172): error C2065: 'Sockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(172): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(175): error C2065: 'FilteredSockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(175): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(175): error C2065: 'Sockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(179): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(180): error C2227: left of '->ChildSlot' must point to class/struct/union/generic type
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(199): error C2065: 'SearchBox' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(200): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(200): error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(200): error C2065: 'HandleSearchTextChanged' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(200): error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(210): error C2065: 'FSocketInfo' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(210): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(210): error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h(83): error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35) : see reference to class template instantiation 'TListTypeTraits<ItemType,void>' being compiled
2>          with
2>          
2>              ItemType=int
2>          ]
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\SlateCore\Public\Widgets\DeclarativeSyntaxSupport.h(1064) : see reference to class template instantiation 'SListView<int>' being compiled
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(210) : see reference to class template instantiation 'TDecl<SListView<int>,RequiredArgs::T0RequiredArgs>' being compiled
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2504: 'SerializerType' : base class undefined
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2146: syntax error : missing ';' before identifier 'NullableItemType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2065: 'NullableItemType' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2955: 'TSlateDelegates' : use of class template requires template argument list
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\SlateDelegates.h(119) : see declaration of 'TSlateDelegates'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C2146: syntax error : missing ';' before identifier 'SelectorItem'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(210): error C2065: 'SocketListView' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(211): error C2065: 'FilteredSockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(212): error C2228: left of '.OnGenerateRow' must have class/struct/union
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(212): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(213): error C2228: left of '.OnSelectionChanged' must have class/struct/union
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(213): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(213): error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(222): error C3158: 'Tick' : 'override' can only be applied to a virtual member function
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(222): error C2575: 'Tick' : only member functions and bases can be virtual
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(224): error C3861: 'CheckAndGetWindowPtr': identifier not found
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(252): error C2065: 'TextFilterPtr' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(252): error C2227: left of '->SetFilterText' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(254): error C2065: 'FilteredSockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(254): error C2228: left of '.Reset' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(258): error C2065: 'FilteredSockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(258): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(258): error C2065: 'Sockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(262): error C2065: 'FSocketInfo' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(262): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(262): error C2065: 'Sockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(263): error C3312: no callable 'begin' function found for type 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(263): error C3312: no callable 'end' function found for type 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(264): error C2065: 'TextFilterPtr' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(264): error C2227: left of '->TestTextFilter' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(264): error C2065: 'SocketInfo' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(264): error C2227: left of '->FilterContext' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(266): error C2065: 'FilteredSockets' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(266): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(266): error C2065: 'SocketInfo' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(271): error C2065: 'SocketListView' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(271): error C2227: left of '->RequestListRefresh' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(275): error C2270: 'SupportsKeyboardFocus' : modifiers not allowed on nonmember functions
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(276): error C2065: 'SearchBox' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(276): error C2227: left of '->SupportsKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(280): error C2270: 'HasKeyboardFocus' : modifiers not allowed on nonmember functions
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(282): error C2065: 'SearchBox' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(282): error C2227: left of '->HasKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(288): error C2065: 'SearchBox' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(288): error C2228: left of '.ToSharedRef' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(291): error C2059: syntax error : 'private'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(295): error C2065: 'WidgetWindow' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(295): error C2228: left of '.IsValid' must have class/struct/union
2>          type is 'unknown-type'
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(297): error C2065: 'WidgetWindow' : undeclared identifier
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(297): error C2228: left of '.Pin' must have class/struct/union
2>m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\SSocketChooser.h(297): fatal error C1003: error count exceeds 100; stopping compilation
2>  Module.NetcodeUnitTest.cpp
2>  Module.PhAT.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\IntroTutorials\Private\TutorialText.cpp(369): error C2593: 'operator =' is ambiguous
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(739): could be 'TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator> &TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator>::operator =(TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator> &&)'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(614): or       'TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator> &TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator>::operator =(const TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator> &)'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Containers\Array.h(582): or       'TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator> &TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator>::operator =(std::initializer_list<InElementType>)'
2>          with
2>          
2>              InElementType=TSharedPtr<FHyperlinkTypeDesc,0>
2>          ]
2>          while trying to match the argument list '(TArray<TSharedPtr<FHyperlinkTypeDesc,0>,FDefaultAllocator>, initializer-list)'
2>  Module.MediaPlayerEditor.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1023): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\phat.cpp(1019)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1029): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1030): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1039): error C2143: syntax error : missing ';' before '.'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1039): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1039): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1041): error C2143: syntax error : missing ';' before '.'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1041): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1041): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1042): error C2059: syntax error : '{'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1042): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1133): error C2143: syntax error : missing ';' before 'return'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1133): error C2065: 'MenuBuilder' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1133): error C2228: left of '.MakeWidget' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(962): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\phat.cpp(962)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1029): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1029): error C2143: syntax error : missing ';' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1034): error C2065: 'Action' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1034): error C2065: 'PhysAnimProfileButton' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1161): error C2248: 'FPhAT::GetRepeatLastSimulationToolTip' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(246) : see declaration of 'FPhAT::GetRepeatLastSimulationToolTip'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1162): error C2248: 'FPhAT::GetRepeatLastSimulationIcon' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(247) : see declaration of 'FPhAT::GetRepeatLastSimulationIcon'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1168): error C2248: 'FPhAT::IsNotSimulation' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(157) : see declaration of 'FPhAT::IsNotSimulation'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1172): error C2065: 'FillSimulateOptions' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1177): error C2664: 'void FToolBarBuilder::AddComboButton(const FUIAction &,const FOnGetContent &,const TAttribute<FText> &,const TAttribute<FText> &,const TAttribute<FSlateIcon> &,bool,FName)' : cannot convert argument 2 from 'FText' to 'const FOnGetContent &'
2>          Reason: cannot convert from 'FText' to 'const FOnGetContent'
2>          No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1187): error C2248: 'FPhAT::IsNotSimulation' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(157) : see declaration of 'FPhAT::IsNotSimulation'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1235): error C2065: 'FillProfileOptions' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1240): error C2664: 'void FToolBarBuilder::AddComboButton(const FUIAction &,const FOnGetContent &,const TAttribute<FText> &,const TAttribute<FText> &,const TAttribute<FSlateIcon> &,bool,FName)' : cannot convert argument 2 from 'FText' to 'const FOnGetContent &'
2>          Reason: cannot convert from 'FText' to 'const FOnGetContent'
2>          No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1260): error C2248: 'FPhAT::GetRecordStatusLabel' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(321) : see declaration of 'FPhAT::GetRecordStatusLabel'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1261): error C2248: 'FPhAT::GetRecordStatusTooltip' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(320) : see declaration of 'FPhAT::GetRecordStatusTooltip'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1262): error C2248: 'FPhAT::GetRecordStatusImage' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(319) : see declaration of 'FPhAT::GetRecordStatusImage'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1267): error C2059: syntax error : '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1267): error C2143: syntax error : missing ';' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1270): error C2059: syntax error : 'if'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1271): error C2143: syntax error : missing ';' before '{'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1271): error C2447: '{' : missing function header (old-style formal list?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1276): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1276): error C2440: 'initializing' : cannot convert from 'SharedPointerInternals::FRawPtrProxy<FExtender>' to 'int'
2>          No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1292): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1292): error C2660: 'SContentReference::FArguments::AssetReference' : function does not take 2 arguments
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1293): error C2228: left of '.AllowedClass' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1294): error C2228: left of '.OnShouldFilterAsset' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1294): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1295): error C2228: left of '.OnSetReference' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1295): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1296): error C2228: left of '.IsEnabled' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1296): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1297): error C2248: 'FPhAT::GetSelectedAnimation' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(142) : see declaration of 'FPhAT::GetSelectedAnimation'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1297): error C2248: 'FPhAT::ShouldFilterAssetBasedOnSkeleton' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(145) : see declaration of 'FPhAT::ShouldFilterAssetBasedOnSkeleton'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1297): error C2248: 'FPhAT::AnimationSelectionChanged' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(139) : see declaration of 'FPhAT::AnimationSelectionChanged'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1297): error C2248: 'FPhAT::IsToggleSimulation' : cannot access private member declared in class 'FPhAT'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(184) : see declaration of 'FPhAT::IsToggleSimulation'
2>          m:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\phat\private\PhAT.h(33) : see declaration of 'FPhAT'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1299): error C2143: syntax error : missing ';' before '->'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1299): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1299): error C2086: 'int ToolbarExtender' : redefinition
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1276) : see declaration of 'ToolbarExtender'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1303): error C2653: 'Local' : is not a class or namespace name
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1306): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1309): error C3861: 'GetToolkitCommands': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1309): error C3861: 'GetEditingObjects': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1309): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1309): error C2374: 'AddToolbarExtender' : redefinition; multiple initialization
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1306) : see declaration of 'AddToolbarExtender'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1310): error C2059: syntax error : '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1310): error C2143: syntax error : missing ';' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1313): error C2143: syntax error : missing ';' before '{'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\PhAT\Private\PhAT.cpp(1313): error C2447: '{' : missing function header (old-style formal list?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\NetcodeUnitTest\NetcodeUnitTest\Source\NetcodeUnitTest\Private\UnitTests\VMReflection.cpp(777): error C2440: 'type cast' : cannot convert from 'FVMReflection' to 'FText'
2>          No constructor could take the source type, or constructor overload resolution was ambiguous
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\NetcodeUnitTest\NetcodeUnitTest\Source\NetcodeUnitTest\Private\UnitTests\VMReflection.cpp(1367): error C2440: 'type cast' : cannot convert from 'FVMReflection' to 'FText'
2>          No constructor could take the source type, or constructor overload resolution was ambiguous
2>  Module.GoogleVRController.cpp
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Runtime\GoogleVR\GoogleVRController\Source\GoogleVRController\Private\GoogleVRController.cpp(127): error C3083: '{ctor}': the symbol to the left of a '::' must be a type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Runtime\GoogleVR\GoogleVRController\Source\GoogleVRController\Private\GoogleVRController.cpp(128): error C3083: '{ctor}': the symbol to the left of a '::' must be a type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(60): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\plugins\media\mediaplayereditor\source\mediaplayereditor\private\factories\mediaplayerfactorynew.cpp(56)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(67): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(69): error C2059: syntax error : '+'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(73): error C2334: unexpected token(s) preceding ':'; skipping apparent function body
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(148): error C2143: syntax error : missing ')' before ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(148): error C2143: syntax error : missing ';' before ')'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(148): error C2059: syntax error : ')'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(148): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.cpp(67): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Widgets\SMediaPlayerEditorInfo.cpp(99): error C2308: concatenating mismatched strings
2>          Concatenating wide "Player: {PlayerName}
2>  " with narrow "
2>  "
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(134): error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2059: syntax error : ']'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(136): error C2238: unexpected token(s) preceding ';'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(140): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(778): could be 'ObjectType *TSharedPtr<ObjectType,Mode>::operator ->(void) const'
2>          while trying to match the argument list '(TSharedPtr)'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2039: 'Description' : is not a member of 'TSharedPtr'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h(502) : see declaration of 'TSharedPtr'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(142): error C2228: left of '.Name' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(146): error C2228: left of '.IsBound' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(148): error C2228: left of '.Execute' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(135): error C2143: syntax error : missing ']' before '}'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(152): error C2143: syntax error : missing ',' before '&'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'OnSocketChosen' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(154): error C2228: left of '._OnSocketChosen' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(155): error C2228: left of '._SceneComponent' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2065: 'InArgs' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(158): error C2228: left of '._ProvideNoSocketOption' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(160): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(163): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(166): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2065: 'SceneComponent' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(169): error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(172): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(175): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(179): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(180): error C2227: left of '->ChildSlot' must point to class/struct/union/generic type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(199): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2065: 'HandleSearchTextChanged' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(200): error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h(83): error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35) : see reference to class template instantiation 'TListTypeTraits<ItemType,void>' being compiled
2>          with
2>          
2>              ItemType=int
2>          ]
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\SlateCore\Public\Widgets\DeclarativeSyntaxSupport.h(1064) : see reference to class template instantiation 'SListView<int>' being compiled
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210) : see reference to class template instantiation 'TDecl<SListView<int>,RequiredArgs::T0RequiredArgs>' being compiled
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(35): error C2504: 'SerializerType' : base class undefined
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'
2>          with
2>          
2>              ItemType=int
2>          ]
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C2146: syntax error : missing ';' before identifier 'NullableItemType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2065: 'NullableItemType' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(42): error C2955: 'TSlateDelegates' : use of class template requires template argument list
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\SlateDelegates.h(119) : see declaration of 'TSlateDelegates'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C2146: syntax error : missing ';' before identifier 'SelectorItem'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1424): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1427): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1433): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h(1436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(210): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(211): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2228: left of '.OnGenerateRow' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(212): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2228: left of '.OnSelectionChanged' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(213): error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'
2>          M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(8) : see declaration of 'SSocketChooserPopup'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C3158: 'Tick' : 'override' can only be applied to a virtual member function
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(222): error C2575: 'Tick' : only member functions and bases can be virtual
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(224): error C3861: 'CheckAndGetWindowPtr': identifier not found
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(252): error C2227: left of '->SetFilterText' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(254): error C2228: left of '.Reset' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2228: left of '.Append' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(258): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'FSocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(262): error C2065: 'Sockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'begin' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(263): error C3312: no callable 'end' function found for type 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'TextFilterPtr' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->TestTextFilter' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(264): error C2227: left of '->FilterContext' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'FilteredSockets' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2228: left of '.Add' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(266): error C2065: 'SocketInfo' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2065: 'SocketListView' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(271): error C2227: left of '->RequestListRefresh' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(275): error C2270: 'SupportsKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(276): error C2227: left of '->SupportsKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(280): error C2270: 'HasKeyboardFocus' : modifiers not allowed on nonmember functions
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(282): error C2227: left of '->HasKeyboardFocus' must point to class/struct/union/generic type
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2065: 'SearchBox' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(288): error C2228: left of '.ToSharedRef' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(291): error C2059: syntax error : 'private'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(295): error C2228: left of '.IsValid' must have class/struct/union
2>          type is 'unknown-type'
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2065: 'WidgetWindow' : undeclared identifier
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): error C2228: left of '.Pin' must have class/struct/union
2>M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor/SceneOutliner/Private/SSocketChooser.h(297): fatal error C1003: error count exceeds 100; stopping compilation
2>ERROR : UBT error : Failed to produce item: M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Kismet.lib
2>  Total build time: 68.89 seconds
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3075: The command "..\..\Build\BatchFiles\Build.bat UE4Editor Win64 Development -waitmutex" exited with code 5. Please verify that you have sufficient rights to run this command.
========== Build: 1 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========


ERROR LIST:



Error	1	error C2958: the left bracket '' found at 'm:\vr\unrealengine-vrworks-graphics-4.13\engine\source\editor\sceneoutliner\private\ssocketchooser.h(131)' was not matched correctly	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	134	1	UE4
Error	2	error C2059: syntax error : ']'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	135	1	UE4
Error	3	error C2059: syntax error : ']'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	136	1	UE4
Error	4	error C2238: unexpected token(s) preceding ';'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	136	1	UE4
Error	5	error C2628: 'SSocketChooserPopup' followed by 'void' is illegal (did you forget a ';'?)	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	140	1	UE4
Error	6	error C2065: 'FSocketInfo' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	140	1	UE4
Error	7	error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	140	1	UE4
Error	8	error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TSharedPtr' (or there is no acceptable conversion)	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	142	1	UE4
Error	9	error C2039: 'Description' : is not a member of 'TSharedPtr'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	142	1	UE4
Error	10	error C2228: left of '.Name' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	142	1	UE4
Error	11	error C2065: 'OnSocketChosen' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	146	1	UE4
Error	12	error C2228: left of '.IsBound' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	146	1	UE4
Error	13	error C2065: 'OnSocketChosen' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	148	1	UE4
Error	14	error C2228: left of '.Execute' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	148	1	UE4
Error	15	error C2143: syntax error : missing ']' before '}'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	135	1	UE4
Error	16	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	152	1	UE4
Error	17	error C2143: syntax error : missing ',' before '&'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	152	1	UE4
Error	18	error C2065: 'OnSocketChosen' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	154	1	UE4
Error	19	error C2065: 'InArgs' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	154	1	UE4
Error	20	error C2228: left of '._OnSocketChosen' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	154	1	UE4
Error	21	error C2065: 'SceneComponent' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	155	1	UE4
Error	22	error C2065: 'InArgs' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	155	1	UE4
Error	23	error C2228: left of '._SceneComponent' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	155	1	UE4
Error	24	error C2065: 'InArgs' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	158	1	UE4
Error	25	error C2228: left of '._ProvideNoSocketOption' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	158	1	UE4
Error	26	error C2065: 'Sockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	160	1	UE4
Error	27	error C2228: left of '.Add' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	160	1	UE4
Error	28	error C2065: 'TextFilterPtr' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	163	1	UE4
Error	29	error C2065: 'SceneComponent' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	166	1	UE4
Error	30	error C2065: 'SceneComponent' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	169	1	UE4
Error	31	error C2227: left of '->QuerySupportedSockets' must point to class/struct/union/generic type	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	169	1	UE4
Error	32	error C2065: 'Sockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	172	1	UE4
Error	33	error C2228: left of '.Add' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	172	1	UE4
Error	34	error C2065: 'FilteredSockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	175	1	UE4
Error	35	error C2228: left of '.Append' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	175	1	UE4
Error	36	error C2065: 'Sockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	175	1	UE4
Error	37	error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	179	1	UE4
Error	38	error C2227: left of '->ChildSlot' must point to class/struct/union/generic type	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	180	1	UE4
Error	39	error C2065: 'SearchBox' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	199	1	UE4
Error	40	error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	200	1	UE4
Error	41	error C2039: 'HandleSearchTextChanged' : is not a member of 'SSocketChooserPopup'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	200	1	UE4
Error	42	error C2065: 'HandleSearchTextChanged' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	200	1	UE4
Error	43	error C2660: 'SSearchBox::FArguments::OnTextChanged' : function does not take 2 arguments	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	200	1	UE4
Error	44	error C2065: 'FSocketInfo' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	210	1	UE4
Error	45	error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	210	1	UE4
Error	46	error C3203: 'TSharedPtr' : unspecialized class template can't be used as a template argument for template parameter 'ItemType', expected a real type	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	210	1	UE4
Error	47	error C2338: Item type T must be a UObjectBase pointer, TSharedRef, or TSharedPtr.	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Framework\Views\TableViewTypeTraits.h	83	1	UE4
Error	48	error C2039: 'SerializerType' : is not a member of 'TListTypeTraits<ItemType,void>'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	35	1	UE4
Error	49	error C2504: 'SerializerType' : base class undefined	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	35	1	UE4
Error	50	error C2039: 'NullableType' : is not a member of 'TListTypeTraits<ItemType,void>'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	38	1	UE4
Error	51	error C2146: syntax error : missing ';' before identifier 'NullableItemType'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	38	1	UE4
Error	52	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	38	1	UE4
Error	53	error C2065: 'NullableItemType' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	42	1	UE4
Error	54	error C2923: 'TSlateDelegates' : 'NullableItemType' is not a valid template type argument for parameter 'ArgumentType'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	42	1	UE4
Error	55	error C2955: 'TSlateDelegates' : use of class template requires template argument list	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	42	1	UE4
Error	56	error C2146: syntax error : missing ';' before identifier 'SelectorItem'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1424	1	UE4
Error	57	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1424	1	UE4
Error	58	error C2146: syntax error : missing ';' before identifier 'RangeSelectionStart'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1427	1	UE4
Error	59	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1427	1	UE4
Error	60	error C2146: syntax error : missing ';' before identifier 'ItemToScrollIntoView'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1433	1	UE4
Error	61	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1433	1	UE4
Error	62	error C2146: syntax error : missing ';' before identifier 'ItemToNotifyWhenInView'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1436	1	UE4
Error	63	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Runtime\Slate\Public\Widgets\Views\SListView.h	1436	1	UE4
Error	64	error C2065: 'SocketListView' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	210	1	UE4
Error	65	error C2065: 'FilteredSockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	211	1	UE4
Error	66	error C2228: left of '.OnGenerateRow' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	212	1	UE4
Error	67	error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	212	1	UE4
Error	68	error C2228: left of '.OnSelectionChanged' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	213	1	UE4
Error	69	error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	213	1	UE4
Error	70	error C2039: 'SelectedSocket' : is not a member of 'SSocketChooserPopup'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	213	1	UE4
Error	71	error C3158: 'Tick' : 'override' can only be applied to a virtual member function	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	222	1	UE4
Error	72	error C2575: 'Tick' : only member functions and bases can be virtual	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	222	1	UE4
Error	73	error C3861: 'CheckAndGetWindowPtr': identifier not found	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	224	1	UE4
Error	74	error C2065: 'TextFilterPtr' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	252	1	UE4
Error	75	error C2227: left of '->SetFilterText' must point to class/struct/union/generic type	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	252	1	UE4
Error	76	error C2065: 'FilteredSockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	254	1	UE4
Error	77	error C2228: left of '.Reset' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	254	1	UE4
Error	78	error C2065: 'FilteredSockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	258	1	UE4
Error	79	error C2228: left of '.Append' must have class/struct/union	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	258	1	UE4
Error	80	error C2065: 'Sockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	258	1	UE4
Error	81	error C2065: 'FSocketInfo' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	262	1	UE4
Error	82	error C2923: 'TSharedPtr' : 'FSocketInfo' is not a valid template type argument for parameter 'ObjectType'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	262	1	UE4
Error	83	error C2065: 'Sockets' : undeclared identifier	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	262	1	UE4
Error	84	error C3312: no callable 'begin' function found for type 'unknown-type'	M:\vr\UnrealEngine-VRWorks-Graphics-4.13\Engine\Source\Editor\SceneOutliner\Private\SSocketChooser.h	263	1	U (post truncated)

There’s a couple pre-built libraries included in git that it asks you if you want to overwrite when you run setup.bat.

You need to leave those in. If you accidentally deleted them, you can check them out again in git.

That is just the NVAPI, it shouldn’t produce those errors.

I will also note that the VRWorks integration by NVIDIA is currently horribly tested on AMD hardware and has visual artifacts and crashes, I started fixing them one by one and gave up since I do not own an AMD card and waiting on feedback was taking too long.

The Multires branch on the other hand is really stable.

Same issue please help

Not able to install unreal engine 4.13.3