Given a TMap where the value type is an instanced object: when a child blueprint is saved with modifications to the TMap, and then additional TMap are added to the parent blueprint and the child blu ...
Made From CrashReporter To remain Glitter compliant logs can not be linked from Crash Reporter. Should you need logs you will have to get them from Crash Report. ...
Console history is saved correctly in 5.1. The cause is input.ini in EnhancedInput and InputDebugging added in 5.2. Removing these files are a work around. ...
Implementing data validation via an Editor Utility Blueprint works fine in the editor, but when run via the commandlet, the blueprint won't load the editor utility subsystems (i.e. Static Mesh Edito ...
When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...
The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...
Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...
It seems that URigVMBlueprint::CompileLog is spamming the log whenever a call to BP_SCOPED_COMPILER_EVENT_STAT, including for blueprints that are unrelated to control rig. The log messages are only ...
When trying to convert a non-WP map with OnlyMergeSubLevels enabled crash after a while ...