Sequencer scripting will return the tick rate frame number for Get Playback Range instead of the display rate frame number. This differs from similar functions, and will result in unexpected results ...
This was reported in a UDN. Jeremy M. originally pointed out that the stepping looks to be caused by high res geometry sampling a low res heightmap. Additional observations:Loading the tile in w ...
Gameplay Tag Query default properties don't automatically update in instances. ...
ProxyLOD::FQuadricMeshSimplifier::OutputMesh may remove duped verts. The input vertex buffer was resized by numVerts from FQuadricMeshSimplifier before calling OutputMesh. So these behaviors genera ...
FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...
If the Editor is in English, it will be displayed correctly. ( r.*)[Image Removed] This issue depends on the display language of the Editor and seems to occur in languages other than English. I al ...
The UHT boilerplate code that's generated from a converted Blueprint class header file generated from a Blueprint class containing one or more function names with non-ASCII characters will fail to c ...
The LogActor is set to "CompileTimeVerbosity=Warning", so it cannot output more than the "Warning" level. ENGINE_API DECLARE_LOG_CATEGORY_EXTERN(LogActor, Log, Warning); Suggest the following ...
The display position of the text in DrawDebugString is affected by the scale of the display. Should refer to the Project() of DebugCanvas (not Canvas). - Suggest Code void AHUD::DrawDebugTextL ...
The cause of the crash is out-of-range access to the array. ExcludeDecals eliminates the mesh instance to which the decal material is assigned, but it seems that the MeshCommand has been registered ...