The CanLaunchURL() function seems like it would check the provided URL to make sure it is valid. The comment for the function in GenericPlatformProcess.h appears to imply that this is what the funct ...
We currently can not convert directly from GameplayTagNetIndex into GameplayTag. User is requesting the addition of the following code. FGameplayTag UGameplayTagsManager::GetTagFromNetIndex(FGamepl ...
Currently nodes that use FBoneReference properties (slope warping, anim dynamics, modify bone, and a load of skeletal control nodes) can't have the bone they target changed when using template anim ...
With the expandable area widget component, you are unable to use the wrap with or replace with for widget components. This issue does not appear to be a regression. Versions Tested: Issue occurs in ...
How to Reproduce:Launch UE 5.3 RelTest BSet language in zhCN (or other languages)input 'stat tsr' in command line4.Observe the stat in Viewport Issues: Unloc'd strings Link to the affected string ...
This is because SSceneOutliner::FullRefresh is called every time the search text changes, which repopulates the whole tree. There's a few options to look into here (first two might be tricky with b ...
This is a somewhat common crash affecting users in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 165 if (GWarn) 166 { ...
The scroll box widget currently hides the cursor and manually draws a closed hand software cursor in SScrollBox::OnPaint when right clicking and dragging. This software cursor does not account for D ...
Comment for user in crash group:Just add automotive project to my account, add it as 4.18, and each time trying to laod it, it crashes... 174 if (GWarn) 175 { 176 GMallo ...
If a variable has been set to a default value and has a declared value range, it will ignore the value range and print the set value.The tooltip text is misleading or out of date as it gives the imp ...