About 'Editing UPanelSlot in C++'!

In this video(objectives)…

  1. What is a UPanelSlot.
  2. Getting the right slot type.
  3. Changing the padding.

After watching(learning outcomes)…

What a UPanelSlot does and how to use it.

(Unique Video Reference: 45_LP_VR2)

We would love to know…

  • What you found good about this lecture?
  • What we could do better?

Remember that you can reply to this topic, or create a new topic. The easiest way to create a new topic is to follow the link in Resources. That way the topic will…

  • Be in the correct forum (for the course).
  • Be in the right sub-forum (for the section)
  • Have the correct lecture tag.

Enjoy your stay in our thriving community!

On UE 4.26 Using the name “Slot” for the Pagination Dots will give error C4458: declaration of ‘Slot’ hides class member… it compiles when the name is changed:

UHorizontalBoxSlot* DotSlot = PaginationDots->AddChildToHorizontalBox(Dot);
DotSlot->SetPadding(FMargin(PaginationDotPadding,0))

Privacy & Terms