A persistent local boolean will not serialize even though it is marked with CPF_SaveGame, when other types will (such as an integer). [Image Removed] [Image Removed] ...
When import .paper2dsprites file, always output warning log. It seems missmatch URL TexturePackerPrefix and AppName with metadata. - PaperJsonSpriteSheetImporter.cpp const FString TexturePacke ...
The garbage collector is not aware of the pointers to VoipSynthComponent and CachedTalkerPtr in FRemoteTalkerDataImpl, which may lead to garbage data and access violations when the engine is shut do ...
Many licensees like to use ShapeComponents as blocking volumes instead of proper volumes, as they can be more easily placed and sized in the editor. The docs and code make it sound like it is possib ...
Due to the hard-coded 1.5 second timeout for clients in UNetDriver:if ( OwningActor != NULL && Connection->State == USOCK_Open && ( Connection->Driver->GetElapsedTime() - Connection->LastReceiveTime ...
The problem was reported via UE Bug Submission. I was able to repro with their provided test project. ...
This issue was reported by an user. I reproed the issue and created this Jira ticket for the user. User was trying to to add values to the 'Stimulus' struct coming straight out from 'On Target Perc ...