C++ subvariables?

USTRUCT()
struct MyStruct
{
float MyFloat;
FVector MyVector;
AActor* MyActor;
bool Etc;
};