The class FcollisionProfileNameCustomization customizes the property editor for the class FcollisionProfileName. However, it does not handle the case where multiple assets/actors are being edited si ...
In: [Editor\PropertyEditor\Private\PropertyEditorHelpers.cpp:118] function SPropertyValueWidget::ConstructPropertyEditorWidget checks what type of widget to create. In: [Editor\PropertyEditor\ ...
Even with the “Editable when Inherited” flag set in the blueprint class static mesh component, the BP instance collision preset cannot be set to one different from the BP class collision preset. The ...
The rules by which chunks are created are ambiguous and currently do not ensure that both PakFileRules and PrimaryAssetLabel settings are reflected. In this sample, depending on the PrimaryAssetLabe ...
The velocity when moving the root is output, but it seems that the velocity for each deformation is not output. Since motion blur and TSR use velocity, problems such as ghosting may occur. ...
It seems that the numbers are rounded in VertexFactoryCommon shader. The cube consists of vertices that are very far from the origin and are placed on the screen by placing them at coordinates that ...
BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...
After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...