sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

FHoudiniPDGDetails::AddWorkItemStatusWidget AddGridBox should return SHorizontalBox::FSlot::FSlotArguments& #142

Closed PICarlOscar closed 2 years ago

PICarlOscar commented 2 years ago

Hello! Have been starting to convert our project to Unreal Engine 5 and came across this issue in https://github.com/sideeffects/HoudiniEngineForUnreal-v2/blob/2ff9018c342033e27b3e8f0c4fd2a9234dcc8957/Source/HoudiniEngineEditor/Private/HoudiniPDGDetails.cpp#L713. I think that AddGridBox lambda should return a SHorizontalBox::FSlot::FSlotArguments& instead of a SHorizontalBox::FSlot&

Best regards, Carl-Oscar.

PICarlOscar commented 2 years ago

Sorry it seems that my project was using the wrong version if the source