Standalone window in editor will hit assert in a bit of time. Issue doesn't happen is playing standalone via Visual Studio. ...
If a TArray declared in a component class has the UPROPERTY specifier "Instanced", then attempts to edit an instance of the array in the editor viewport after adding the component to a blueprint doe ...
If the Use Localized Graph Editor Nodes and Pins option is disabled, compiling a blueprint will cause the pin names from any split struct pins to disappear. Regression?: Yes This occurs in 4.13.1 ( ...
Any comment over the allowed number of letters in a line cannot be seen therefore, cannot be edited. ...
If a function in a custom code Blueprint Function Library class contains meta = (WorldContext = "WorldContextObject") as a specifier, that function does not appear in context searches in a UObject B ...
Simulating your level and then attempting to use the Keep Simulation Changes option on an actor that has simulated physics gives the No Properties Copied error. Occurs in 4.9.2 binary and Main CL ...
A Function input's type is set as Wildcard by default if a Macro with a Wildcard input is created before the Function. Compiling will fail with an error. Reproduced in 4.8.3 binary, 4.9.0 binary, a ...
If a code function is written with a delay that doesn't take any arguments, calling the function from blueprints causes the blueprint to get stuck in a loop and not continue to the next BP node. ...
If you begin a variable name with a space, attempting to copy any instances of that blueprint will prompt an error warning: "Unknown property in <BlueprintName>: <VarName> = <Value>. Found in 4.9.2 ...
After creating a component blueprint (tested with SceneComponent / ActorComponent) the blueprint cannot be reparented to a custom classed inherited from ActorComponent. This seems inconsistent sinc ...