You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #jira none #rnx #preflight 63c96c19c76cdd32a45a4467 - Ultimately I'd like to be able to remove FEditorBulkData::GetPayloadSize all together but there are a few places that use the byte length to make estimates about memory usage. - To move towards this goal, this change removes a number of calls to ::GetPayloadSize which only check if the length is or isn't zero, which can be accomplished with a call to ::HasPayloadData instead. [CL 23788105 by paul chipchase in ue5-main branch]