You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
BlueprintInternalUseOnly functions are usually designed to be called via a K2 node wrapper, which may provide additional sanitization or data transformation (which Python is unaware of, so cannot mimic). CustomThunk functions rely on popping Bytecode data off the stack, but Python calls functions natively so there is no Bytecode available and these functions will crash. We hope to address CustomThunk support in the future by synthesizing the correct Bytecode. #jira UE-69818 #rb none #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: jamie.dale #ROBOMERGE-SOURCE: CL 4951261 in //UE4/Release-4.22/... via CL 4951262 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) [CL 5023925 by jamie dale in Dev-Anim branch]