BP Component is not destructible if the Object Type is set during runtime. If the Object Type is set manually before PIE is started, the BP component will destroy correctly. ...
Destructible doesn't return Impulse data on hit User Description: I'm working on a project with destructible structures. I'd like to apply damage to actors that are hit by fractured destructible m ...
After using FMath::RandRange() to initialize elements of an int array in a SaveGame class and then setting all of the values of the array to 0 before using UGameplayStatics::SaveGameToSlot() to save ...
Static imported as skeletal removing material IDs with some FBX. This user's FBX files are, so far, the only ones that exhibit this behavior ...
Looks like the replication system doesn't properly account for bShouldBeVisible. Once a level has be marked bShouldBeVisible=false on the server, the level is completely cleaned up and all actor cha ...
A Component Array doesn't update properly when using Structure Variables. Any array elements added after the setup don't get printed when the event is called. If you set the "Editable when Inherited ...
If a device has no available input or output devices, activating an Audio Capture component will cause the device to crash. Occurs in Editor and Runtime. Assertion failed: NumTotalFrames > 0 [File:E ...
Values changed to an inherited Struct variable in a Child Blueprint will be kept after compile, but any not changed will be set to 0s. ...
To have a Particle System use an Emitter Delay Range that is chosen on each loop of the emitter, you must have under Duration, Duration Recalc Each Loop set to True. ...
Found in the process of replicating the linked Answerhub. When an opaque material is setup as a master material with the intent to have an Opaque and Translucent version, the material instance will ...