Announcement
NVIDIA GameWorks Integration
-
Anyone know about the state of the Ray Tracing GameWorks integration?
https://developer.nvidia.com/gameworks-ray-tracing
It's invite-only, "early access" right now... just curious if this will be available for all developers to use when consumer RTX cards ship in September.
Comment
-
For WaveWorks, does anyone have a advice for me on how to increase the view distance while under water. I appreciate any help you guys are able to provide.
Thank you.
EDIT: Took some time, but if you edit the base values of the Power Expressions in the "OceanUnderWaterScatterPP" Blueprint you can reduce the faid. You need to do this for both Distance Fog and Fade Distance.Last edited by lvlndGameDev; 08-23-2018, 07:18 AM.
Comment
-
Later this year or begining of next year, there will integration in engine. Main branch.https://github.com/iniside/ActionRPGGame - Action RPG Starter kit. Work in Progress. You can use it in whatever way you wish.
Comment
-
Alright, well I fixed my old issue, but now I have this "can't find definition for module". It gives the same error when running generateprojectfiles.bat stating
"Warning: Exception while generating include data for UE4Editor: Could not find definition for module 'OnlineSubsystem' (referenced via defualt plugins -> OnlineSubsystem.uplugin)
Severity Code Description Project File Line Suppression State
Error MSB3075 The command "..\..\Build\BatchFiles\Build.bat UE4Editor Win64 Development -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command. UE4 D:\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets 44
Error Could not find definition for module 'OnlineSubsystem' (referenced via default plugins -> OnlineSubsystem.uplugin) UE4 D:\Unreal Projects\UnrealEngine-VXGI2-4.19\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1Last edited by Lotion Player; 08-21-2018, 03:41 PM.
Comment
-
I have a strange problem,
If I open the flex UE4.sln in VS it builds fine. But as soon as I open the source files in Engine/Plugins/Gameworks/Flex/Source/Flex tons of errors appear and it will no longer build. I'm trying to make some changes to the FlexContainerInstance.cpp but opening this file seems to break everything!
Severity Code Description Project File Line Suppression State
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(101,21) : warning CS0618: 'UnrealBuildTool.ModuleRules.RuntimeDependencyList.Add(UnrealBuildTool.ModuleRules.RuntimeDependency)' is obsolete: 'Constructing a RuntimeDependency object is deprecated. Call RuntimeDependencies.Add() with the path to the file to stage.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexCollisionComponent.h 16
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Public\FlexContainerInstance.h 20
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Public\FlexContainerInstance.h 21
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\AssetRegistry\Public\AssetData.h 55
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavAgentInterface.h 21
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavigationTypes.h 109
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavRelevantInterface.h 22
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\CameraTypes.h 40
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\PlayerCameraManager.h 45
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\PlayerCameraManager.h 65
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\PlayerCameraManager.h 104
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\PlayerCameraManager.h 174
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 76
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 77
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 93
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ChildActorComponent.h 46
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 108
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 285
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 332
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 424
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 481
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\MeshComponent.h 23
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 143
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 145
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 147
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 149
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 151
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 153
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 155
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 156
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 157
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 158
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 159
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 160
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 161
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 162
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 172
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\SceneComponent.h 94
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\SceneComponent.h 105
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\StaticMeshComponent.h 37
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\StaticMeshComponent.h 76
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\StaticMeshComponent.h 155
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\CurveFloat.h 14
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\IndexedCurve.h 19
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\KeyHandle.h 50
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\RichCurve.h 62
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\RichCurve.h 178
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraph.h 69
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphNode.h 35
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphNode.h 176
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphPin.h 21
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphPin.h 85
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphPin.h 292
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Blueprint.h 297
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Blueprint.h 351
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\BlueprintCore.h 16
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Brush.h 49
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\DemoNetDriver.h 101
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 168
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 423
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 455
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 504
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 745
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 961
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 378
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 873
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 1352
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 1586
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 1860
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 2432
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 2818
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 2824
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 2893
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 3080
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 3150
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 3506
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 3719
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\LatentActionManager.h 56
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Level.h 41
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Level.h 70
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Level.h 270
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Level.h 351
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\MaterialMerging.h 30
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\MeshMerging.h 29
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetSerialization.h 371
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetSerialization.h 1313
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetSerialization.h 1403
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetSerialization.h 1446
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Scene.h 563
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Scene.h 577
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Texture.h 139
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Texture.h 372
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Texture2D.h 18
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 301
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 362
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 394
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 426
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 734
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 39
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 40
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 41
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 42
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 43
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 45
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 46
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 47
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 48
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 49
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 50
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 51
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 52
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 54
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 55
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 91
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Controller.h 20
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Controller.h 42
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\OnlineReplStructs.h 26
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Pawn.h 39
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Interfaces\Interface_AssetUserData.h 23
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Materials\MaterialLayersFunctions.h 25
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Materials\MaterialLayersFunctions.h 76
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\PhysicsEngine\BodyInstance.h 112
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\PhysicsEngine\BodyInstance.h 192
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundClass.h 26
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\Components.h 67
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 21
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 69
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 132
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 180
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 231
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\InputCore\Classes\InputCoreTypes.h 43
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Input\Events.h 130
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Input\Events.h 606
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Layout\Geometry.h 31
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Layout\Margin.h 17
Error (active) E0077 this declaration has no storage class or type specifier UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Slate\Public\Framework\Commands\InputChord.h 18
Warning The referenced component 'MobileDeviceInterface' could not be found. IOS.Automation
Warning The referenced component 'Localization.Automation' could not be found. AutomationScripts.Automation
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 385
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 385
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 385
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 397
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 400
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 406
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 412
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 421
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 421
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 427
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 432
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 432
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 444
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 475
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 476
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 519
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 782
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 787
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 791
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 793
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 794
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 795
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 798
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 800
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 803
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 804
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 805
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 829
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 831
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 923
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1041
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1045
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1049
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1059
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1076
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1077
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1078
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1080
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1081
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1082
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1084
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1085
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1086
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1087
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1088
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1089
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1090
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1091
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1092
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1093
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1094
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1094
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1095
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1096
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1097
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1097
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1098
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1099
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1100
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1101
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1102
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1103
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1104
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1105
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1106
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1107
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1108
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1109
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1110
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1111
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1112
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1113
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1153
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1174
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1179
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1222
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1331
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1337
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1340
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1413
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1421
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1422
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1423
Error (active) E0393 pointer to incomplete class type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1483
Error (active) E0493 no instance of overloaded function "UFlexCollisionComponent::UFlexCollisionComponent" matches the specified type UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexCollisionComponent.h 31
Error (active) E0304 no instance of overloaded function "FMath::Min" matches the argument list UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1041
Error (active) E0304 no instance of overloaded function "FMath::Max" matches the argument list UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1097
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 408
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 773
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 840
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1104
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1147
Error (active) E0276 name followed by '::' must be a class or namespace name UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1147
Error (active) E0265 member "UFlexCollisionComponent::bIsLocalSimParent" (declared at line 28 of "c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexCollisionComponent.h") is inaccessible UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 535
Error (active) E0070 incomplete type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1017
Error (active) E0070 incomplete type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1020
Error (active) E0070 incomplete type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1024
Error (active) E0070 incomplete type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1027
Error (active) E0070 incomplete type is not allowed UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 1030
Error (active) E0020 identifier "FTakePointDamageSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 619
Error (active) E0020 identifier "FTakeAnyDamageSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 615
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 68
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 69
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 70
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 71
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 72
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 73
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 74
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 75
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 76
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 77
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 78
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 79
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 80
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 81
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 82
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 83
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 84
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 85
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 86
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 87
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 88
Error (active) E0020 identifier "FStatGroup_STATGROUP_FlexGpu" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 89
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 48
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 49
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 50
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 51
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 52
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 53
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 56
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 57
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 58
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 59
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 60
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 61
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 62
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 63
Error (active) E0020 identifier "FStatGroup_STATGROUP_Flex" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Private\FlexContainerInstance.cpp 64
Error (active) E0020 identifier "FPhysicsVolumeChanged" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\SceneComponent.h 273
Error (active) E0020 identifier "FInstigatedAnyDamageSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Controller.h 57
Error (active) E0020 identifier "FComponentWakeSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 838
Error (active) E0020 identifier "FComponentSleepSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 844
Error (active) E0020 identifier "FComponentOnReleasedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 865
Error (active) E0020 identifier "FComponentOnInputTouchEndSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 873
Error (active) E0020 identifier "FComponentOnInputTouchBeginSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 869
Error (active) E0020 identifier "FComponentOnClickedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 861
Error (active) E0020 identifier "FComponentHitSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 814
Error (active) E0020 identifier "FComponentEndTouchOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 881
Error (active) E0020 identifier "FComponentEndOverlapSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 832
Error (active) E0020 identifier "FComponentEndCursorOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 857
Error (active) E0020 identifier "FComponentCollisionSettingsChangedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 849
Error (active) E0020 identifier "FComponentBeginTouchOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 877
Error (active) E0020 identifier "FComponentBeginOverlapSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 825
Error (active) E0020 identifier "FComponentBeginCursorOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 853
Error (active) E0020 identifier "FActorOnReleasedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 650
Error (active) E0020 identifier "FActorOnInputTouchEndSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 658
Error (active) E0020 identifier "FActorOnInputTouchBeginSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 654
Error (active) E0020 identifier "FActorOnClickedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 646
Error (active) E0020 identifier "FActorHitSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 674
Error (active) E0020 identifier "FActorEndTouchOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 666
Error (active) E0020 identifier "FActorEndPlaySignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 1449
Error (active) E0020 identifier "FActorEndOverlapSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 634
Error (active) E0020 identifier "FActorEndCursorOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 642
Error (active) E0020 identifier "FActorDestroyedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 1441
Error (active) E0020 identifier "FActorComponentDeactivateSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 314
Error (active) E0020 identifier "FActorComponentActivatedSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 311
Error (active) E0020 identifier "FActorBeginTouchOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 662
Error (active) E0020 identifier "FActorBeginOverlapSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 627
Error (active) E0020 identifier "FActorBeginCursorOverSignature" is undefined UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 638
Error (active) E0169 expected a declaration UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexCollisionComponent.h 32
Error (active) E0018 expected a ')' UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Public\FlexContainerInstance.h 20
Error (active) E0018 expected a ')' UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Public\FlexContainerInstance.h 21
Error (active) E1696 cannot open source file "WorldSettings.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\WorldSettings.h 14
Error (active) E1696 cannot open source file "World.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\World.h 28
Error (active) E1696 cannot open source file "Volume.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Volume.h 8
Error (active) E1696 cannot open source file "TextureStreamingTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\TextureStreamingTypes.h 13
Error (active) E1696 cannot open source file "TextureLightProfile.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\TextureLightProfile.h 8
Error (active) E1696 cannot open source file "TextureDefines.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\TextureDefines.h 7
Error (active) E1696 cannot open source file "Texture2D.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Texture2D.h 11
Error (active) E1696 cannot open source file "Texture.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Texture.h 18
Error (active) E1696 cannot open source file "StaticParameterSet.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\StaticParameterSet.h 11
Error (active) E1696 cannot open source file "StaticMeshComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\StaticMeshComponent.h 17
Error (active) E1696 cannot open source file "SoundSubmix.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundSubmix.h 9
Error (active) E1696 cannot open source file "SoundSourceBusSend.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundSourceBusSend.h 6
Error (active) E1696 cannot open source file "SoundEffectSubmix.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundEffectSubmix.h 8
Error (active) E1696 cannot open source file "SoundEffectSource.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundEffectSource.h 9
Error (active) E1696 cannot open source file "SoundEffectPreset.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundEffectPreset.h 7
Error (active) E1696 cannot open source file "SoundClass.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundClass.h 10
Error (active) E1696 cannot open source file "SoundAttenuation.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\SoundAttenuation.h 7
Error (active) E1696 cannot open source file "SlateEnums.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Types\SlateEnums.h 8
Error (active) E1696 cannot open source file "SlateColor.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Styling\SlateColor.h 9
Error (active) E1696 cannot open source file "ScriptViewportClient.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\ScriptViewportClient.h 14
Error (active) E1696 cannot open source file "SceneTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\SceneTypes.h 10
Error (active) E1696 cannot open source file "SceneComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\SceneComponent.h 13
Error (active) E1696 cannot open source file "Scene.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Scene.h 14
Error (active) E1696 cannot open source file "RichCurve.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\RichCurve.h 10
Error (active) E1696 cannot open source file "PrimitiveComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h 21
Error (active) E1696 cannot open source file "PlayerMuteList.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerMuteList.h 8
Error (active) E1696 cannot open source file "PlayerController.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerController.h 25
Error (active) E1696 cannot open source file "PlayerCameraManager.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\PlayerCameraManager.h 12
Error (active) E1696 cannot open source file "Player.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Player.h 12
Error (active) E1696 cannot open source file "PendingNetGame.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\PendingNetGame.h 11
Error (active) E1696 cannot open source file "Pawn.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Pawn.h 13
Error (active) E1696 cannot open source file "PackageMapClient.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\PackageMapClient.h 29
Error (active) E1696 cannot open source file "OnlineReplStructs.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\OnlineReplStructs.h 13
Error (active) E1696 cannot open source file "NetSerialization.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetSerialization.h 18
Error (active) E1696 cannot open source file "NetDriver.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetDriver.h 17
Error (active) E1696 cannot open source file "NetConnection.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\NetConnection.h 22
Error (active) E1696 cannot open source file "NavRelevantInterface.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavRelevantInterface.h 9
Error (active) E1696 cannot open source file "NavigationTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavigationTypes.h 16
Error (active) E1696 cannot open source file "NavigationReply.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Input\NavigationReply.h 8
Error (active) E1696 cannot open source file "NavigationQueryFilter.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavFilters\NavigationQueryFilter.h 9
Error (active) E1696 cannot open source file "NavAgentInterface.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\AI\Navigation\NavAgentInterface.h 9
Error (active) E1696 cannot open source file "MeshMerging.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\MeshMerging.h 8
Error (active) E1696 cannot open source file "MeshComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\MeshComponent.h 12
Error (active) E1696 cannot open source file "MaterialMerging.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\MaterialMerging.h 8
Error (active) E1696 cannot open source file "MaterialLayersFunctions.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Materials\MaterialLayersFunctions.h 7
Error (active) E1696 cannot open source file "MaterialInterface.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Materials\MaterialInterface.h 18
Error (active) E1696 cannot open source file "Margin.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Layout\Margin.h 8
Error (active) E1696 cannot open source file "Level.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Level.h 17
Error (active) E1696 cannot open source file "LatentActionManager.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\LatentActionManager.h 8
Error (active) E1696 cannot open source file "KeyHandle.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\KeyHandle.h 8
Error (active) E1696 cannot open source file "Interface_AssetUserData.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Interfaces\Interface_AssetUserData.h 10
Error (active) E1696 cannot open source file "InputCoreTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\InputCore\Classes\InputCoreTypes.h 10
Error (active) E1696 cannot open source file "InputComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\InputComponent.h 10
Error (active) E1696 cannot open source file "InputChord.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Slate\Public\Framework\Commands\InputChord.h 9
Error (active) E1696 cannot open source file "Info.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Info.h 13
Error (active) E1696 cannot open source file "IndexedCurve.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\IndexedCurve.h 8
Error (active) E1696 cannot open source file "IAudioExtensionPlugin.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\IAudioExtensionPlugin.h 12
Error (active) E1696 cannot open source file "IAmbisonicsMixer.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\IAmbisonicsMixer.h 7
Error (active) E1696 cannot open source file "Geometry.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Layout\Geometry.h 13
Error (active) E1696 cannot open source file "GameViewportClient.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\GameViewportClient.h 22
Error (active) E1696 cannot open source file "GameInstance.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\GameInstance.h 12
Error (active) E1696 cannot open source file "ForceFeedbackEffect.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\ForceFeedbackEffect.h 8
Error (active) E1696 cannot open source file "FlexFluidSurfaceComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexFluidSurfaceComponent.h 10
Error (active) E1696 cannot open source file "FlexFluidSurfaceActor.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexFluidSurfaceActor.h 7
Error (active) E1696 cannot open source file "FlexFluidSurface.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexFluidSurface.h 8
Error (active) E1696 cannot open source file "FlexCollisionComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\Flex\Classes\FlexCollisionComponent.h 8
Error (active) E1696 cannot open source file "Events.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Input\Events.h 12
Error (active) E1696 cannot open source file "EngineTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineTypes.h 16
Error (active) E1696 cannot open source file "EngineBaseTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\EngineBaseTypes.h 17
Error (active) E1696 cannot open source file "EdGraphPin.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphPin.h 13
Error (active) E1696 cannot open source file "EdGraphNode.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphNode.h 10
Error (active) E1696 cannot open source file "EdGraph.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraph.h 14
Error (active) E1696 cannot open source file "DemoNetDriver.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\DemoNetDriver.h 18
Error (active) E1696 cannot open source file "DemoNetConnection.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\DemoNetConnection.h 8
Error (active) E1696 cannot open source file "DebugDisplayProperty.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\DebugDisplayProperty.h 8
Error (active) E1696 cannot open source file "DamageType.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\DamageType.h 8
Error (active) E1696 cannot open source file "CurveFloat.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\CurveFloat.h 9
Error (active) E1696 cannot open source file "CurveBase.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Curves\CurveBase.h 10
Error (active) E1696 cannot open source file "Controller.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Controller.h 10
Error (active) E1696 cannot open source file "Components.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Public\Components.h 9
Error (active) E1696 cannot open source file "Clipping.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\SlateCore\Public\Layout\Clipping.h 9
Error (active) E1696 cannot open source file "ChildActorComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ChildActorComponent.h 11
Error (active) E1696 cannot open source file "Channel.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Channel.h 9
Error (active) E1696 cannot open source file "CameraTypes.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\CameraTypes.h 10
Error (active) E1696 cannot open source file "CameraShake.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Camera\CameraShake.h 10
Error (active) E1696 cannot open source file "Brush.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Brush.h 8
Error (active) E1696 cannot open source file "BodySetupEnums.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\PhysicsEngine\BodySetupEnums.h 7
Error (active) E1696 cannot open source file "BodyInstance.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\PhysicsEngine\BodyInstance.h 12
Error (active) E1696 cannot open source file "BlueprintCore.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\BlueprintCore.h 10
Error (active) E1696 cannot open source file "Blueprint.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Blueprint.h 15
Error (active) E1696 cannot open source file "BlendableInterface.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\BlendableInterface.h 8
Error (active) E1696 cannot open source file "AudioVolume.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Sound\AudioVolume.h 15
Error (active) E1696 cannot open source file "Attenuation.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Engine\Attenuation.h 11
Error (active) E1696 cannot open source file "AssetData.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\AssetRegistry\Public\AssetData.h 17
Error (active) E1696 cannot open source file "ActorComponent.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\Components\ActorComponent.h 17
Error (active) E1696 cannot open source file "Actor.generated.h" UE4 c:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Classes\GameFramework\Actor.h 21
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(29,13) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(28,13) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(23,13) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(22,13) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(205,21) : warning CS0618: 'UnrealBuildTool.ModuleRules.RuntimeDependencyList.Add(UnrealBuildTool.ModuleRules.RuntimeDependency)' is obsolete: 'Constructing a RuntimeDependency object is deprecated. Call RuntimeDependencies.Add() with the path to the file to stage.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(185,21) : warning CS0618: 'UnrealBuildTool.ModuleRules.RuntimeDependencyList.Add(UnrealBuildTool.ModuleRules.RuntimeDependency)' is obsolete: 'Constructing a RuntimeDependency object is deprecated. Call RuntimeDependencies.Add() with the path to the file to stage.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(18,9) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(14,13) : warning CS0618: 'UnrealBuildTool.ModuleRules.Definitions' is obsolete: 'The 'Definitions' property has been deprecated. Please use 'PublicDefinitions' instead.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning c:\UnrealEngine-FleX-4.19.2\Engine\Plugins\GameWorks\Flex\Source\ThirdParty\FlexLibrary\FlexLibrary.Build.cs(119,21) : warning CS0618: 'UnrealBuildTool.ModuleRules.RuntimeDependencyList.Add(UnrealBuildTool.ModuleRules.RuntimeDependency)' is obsolete: 'Constructing a RuntimeDependency object is deprecated. Call RuntimeDependencies.Add() with the path to the file to stage.' UnrealCEFSubProcess C:\UnrealEngine-FleX-4.19.2\Engine\Intermediate\ProjectFiles\UnrealBuildTool 1
Warning C4668 'WITH_FLEX' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' FlexProject C:\UnrealEngine-FleX-4.19.2\Engine\Source\Editor\EditorStyle\Private\SlateEditorStyle.cpp 6777
Warning C4996 'UEnum::GetEnumName': GetEnumName is deprecated, call GetNameStringByIndex instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. FlexProject C:\UnrealEngine-FleX-4.19.2\Engine\Source\Runtime\Engine\Private\Materials\MaterialExpressions.cpp 2548Last edited by Cosmik-Debris; 08-26-2018, 10:32 AM.
Comment
-
Originally posted by bishop86 View PostIf I open the flex UE4.sln in VS it builds fine. But as soon as I open the source files in Engine/Plugins/Gameworks/Flex/Source/Flex tons of errors appear and it will no longer build. I'm trying to make some changes to the FlexContainerInstance.cpp but opening this file seems to break everything!
https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
Hello 0lento! how's vxgi 4.20 coming along? are you merging .19 version or waiting for 20 version? Your 19 build working flawlesslythanks for that!
Comment
-
That being said, I'll probably still add these if Nvidia pushes 4.20 versions into their github repos, just not going to put my own time into porting them.Last edited by 0lento; 08-27-2018, 02:19 AM.https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
- 1 like
Comment
-
Btw, noticed that Nvidia pushed a 4.19 version for their Cataclysm Demo: https://github.com/NvPhysX/UnrealEng...clysmDemo-4.19https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
Originally posted by 0lento View PostSimply opening a file will not do that, there has happened something else too.
Comment
-
Originally posted by bishop86 View Post
That's what I thought, but that is exactly what happens. If I copy the files fresh from the download then everything works and it builds again, until I open them in VS and the errors re-appear! I actually managed to fix them all by including some extra files, but it's weird that the errors only happen when I open the file and until then it builds perfectly fine.
Comment
-
There ARE missing includes on nvidias 4.19 FleX that might trigger errors if you actually change the file (add or change actual code in it), but simply opening it wouldn't do this. What you said about manually fixing the issues by adding includes would just confirm this. I've made this PR for 4.19 FleX but Nvidia hasn't accepted it: https://github.com/NvPhysX/UnrealEngine/pull/523. This fixes at least some of the missing includes required to actually package FleX.https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
Originally posted by 0lento View PostThere ARE missing includes on nvidias 4.19 FleX that might trigger errors if you actually change the file (add or change actual code in it), but simply opening it wouldn't do this. What you said about manually fixing the issues by adding includes would just confirm this. I've made this PR for 4.19 FleX but Nvidia hasn't accepted it: https://github.com/NvPhysX/UnrealEngine/pull/523. This fixes at least some of the missing includes required to actually package FleX.Yeah it definitely happens without touching anything, all I have to do is open it and it's broken without even clicking on anything in the file or modifying anything. I am pretty new to C++ and visual studio so I thought perhaps I was doing something wrong! But maybe VS is just changing something by itself without me noticing like Derjyn suggested. Anyway, it's working now!
I've been attempting to change the FlexContainerInstance to use per poly collision on skeletal meshes (not sure if this is even possible!) but not had any luck yet. I've found where it gets the physics bodies from the skeletal mesh and I know how to get the animated mesh verts instead but I can't work out how to make it actually use it for collision.Last edited by Cosmik-Debris; 08-27-2018, 02:13 PM.
Comment
Comment