When using a mesh variation node within a macro instance script, the material slot name of the input mesh is not transferred. On the generated mesh output, the material slot name is "None" ...
Compiling a specific graph construction generates a compile error and blocks the execution of the graph. Sync to AnimSandbox CL 49645845 See attached picture and attached Control Rrig asset ...
Crash compiling System when a Dynamic Input only outputs a numeric value Crash occurs using Scratchpad and a Dynamic Input Script asset. The crash does not occur if I connect a parameter to the s ...
Found here: [Link Removed] The relevant sections in ConvertScalarJsonValueToFPropertyWithContainer() use script helpers to add defaulted elements to each container and then parse straight into them ...
Ensure message: Ensure condition failed: false [KismetCompilerVMBackend.cpp][Line: 1076] It is not possible to express this interface property as a literal value! (InterfaceProperty /Script/BugRepr ...
If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...
Parameters are misnamed when adding a new parameter to Map Set in a Niagara Module Script Tested: 4.23.1, 4.24.3 , 4.25 preview, 4.26 (main) ...
This happens on consoles running in 4k so DPIScale would be 2x. The character between lines is just a newline (Shift + Enter in the text field in editor), the text is set with SetText, possibly a f ...
The nodes I tried to copy are in the screenshot. Hit an ensure before the crash: Ensure condition failed: ScriptVariable != nullptr [NiagaraScriptGraphViewModel.cpp][Line: 294] Script variable sh ...
Workaround: Construct the DefaultSubobject with ... = CreateDefaultSubobject<UMassAgentComponent>(TEXT("MASS"), true); The issue appears to be that the DefaultSubobject holds a pointer to the CDO ...