Child actor component templates, when nativized, end up being owned by the converted Blueprint class object, rather than the child actor component template. Furthermore, we don't regenerate the chil ...
Current workaround: Add a dummy variable to either BP_Owner_Child or BP_CAC_Child to force one of the two to be nativized. ...
The incorrect use of NewObject() to instance nested class-owned subobjects will force StaticAllocateObject() to reconstruct the instance that was already constructed by the outer class ctor in nativ ...
When zooming in as much as possible in UE4's viewport, I notice a strange stutter almost as if the viewport is hitting a limit. Please watch the attached screencapture. [Link Removed] ...
When "Extend default luminance range in auto exposure settings" is enabled, the Color View Mode in the vertex painting editor mode ceases to work and without any warning to the user. ...
Sequencer rounds when converting time ranges to frame number ranges, which can cause one frame gaps. If an event falls on that gap, it will not be triggered. ...
I do not know what happen here and I need the help of the rendering team to debug this issue. There is no log at all even with -d3debug If you import the file SK_LOD_Morph_Working.fbx its a similar ...
UAIPerceptionSystem::Tick() is not called after level reloading. When Debugging, UAIPerceptionSystem::CurrentTime is always 0, and UAIPerceptionSystem::SourcesToRegister always contains sources to ...
Strange behavior concerning Character Movement Network Replication and a Water Physics Volume. Upon entering water volume, Character Movement mode is set to swimming, however if more than one clien ...
When mentioning the _Validate Suffix in code comment, Visual Studio compiler throws an error. ...