When landscape splines exist in a WP level, LandscapeSplineMeshesActor instances are created to allow streaming of splines. In a non-WP level, splines are components of the landscape actor. When a W ...
It is possible for a class that implements IPreLoadScreen to leak memory if GetPreLoadScreenType returns EngineLoadingScreen and IsDone returns true before the engine signals loading is completed vi ...
Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...
If two code components have the same TEXT("") name in the CreateDefaultSubobject call the code will compile correctly but the editor will freeze when adding an instance of the class or classBP to th ...
Cannot bind event dispatchers between two blueprints that share a parent class. This issue also occurs if you use the parent as a variable in the child. The bind event dispatcher seems to only take ...
If a child blueprint attempts to set an array element of self to an array of the parent blueprint, then the editor is saved, closed, reopened, the self pin will disconnect from the Set Array Element ...
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 ...
Spawning a bp, setting the location, and simulating physics in one string will cause the Set Actor Location node to be ignored User Description: One is if you spawn a physics actor which has simu ...
ESplineMeshAxis Enum is not available as a variable or struct User Description: I have a struct that is responsible for holding many of the properties of my spline meshes. I want it to hold the ES ...