User reports when creating a project and changing the folder colors in 4.6, then opening the project in 4.7/4.7.1, the folders go back to their default color. Users have also reported this happenin ...
Attempting to add collision to an EQSTestingPawn class is not possible, as the inherited capsule component seems to override any new collision. Simulating with the inherited capsule will cause the P ...
The UDN has a possible fix for this issue in the Component Type Registry You can use the following as a test C++ class: #pragma once #include "CoreMinimal.h" #include "Components/ActorComp ...
If a struct has a variable set to a class type, then the object of that class type is moved to a new folder in the editor, the struct will replace the class type with "class", which causes the edito ...
Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...
This is from a UDN post. Several gameplay functions, such as level streaming and SoftObjectPtr resolution, depend on the GPlayInEditorID being set when that code is executed in PIE in the editor. T ...
Licensee:Artist reported removed actors reappearing I suspect that file got loaded by something and tested what going to happen if you open a file for read I used python to test lock_file = R'C ...
DESCRIPTION: The materials are cleared from a destructible that is created in PhysX Labs when a chunk in any of the depths is selected and if any of the chunk parameters are set to true. ATTACHED: ...
The Set Skeletal Mesh function does not replicate or multicast to other Clients. In Setup A (Level Blueprint) only the Sever Character is changed on either the Client or Server. In Setup B (ThirdPer ...
If the project is hot reloaded while a Switch on Enum is inside of a blueprint which is switching on a custom enum, the switch will become corrupted. It changes the 'selection' pin to take a Byte pa ...