How do you set the Body and Header of an Expandable Area in C++?

Using:

ExpandableArea->SetContentForSlot(FName(TEXT("Body")), VerticalBox);

Doesn’t seem to do anything.