See slack thread: [Link Removed] Resume : In the context of the object substitution for Revit, when TM starts, it exports a csv listing the available objects and their corresponding thumbnail. This ...
On the nDisplay plugin code, CL 44773085 from August 12 introduced a new struct template TMarginSet and changed struct FDisplayClusterViewport_OverscanSettings to use it. However, the latter is defi ...
When an Actor's CustomTimeDilation is 0.0, functions FActorTickFunction::ExecuteTick() and FActorComponentTickFunction::ExecuteTickHelper() will call AActor::TickActor() and UActorComponent::TickCom ...
Shaders that compare custom depth and pixel depth get wrong output values because the ranges are different. This error is most noticeable over large distances. The difference in ranges is due to t ...
Structure FKeyHandle stores an internal index, which is initialized from a static atomic counter in the default constructor: +----- FKeyHandle::FKeyHandle() { | static std::atomic<uint32> LastKey ...
We are attempting to use Mutable in 5.6.1 and have encountered an issue which we are not sure how to resolve. The issue occurs when using the ClipWithUVMask node. In short we have a customizable o ...
For the "WebAPI" TokenType, the call to execute the delegate is missing in the case where the SteamUserPtr is null or if BLoggedOn is false for the SteamUserPtr, so GetLinkedAccountAuthToken will ju ...