FVector::something gives you a list of somethings that class will do.
MovingPlatform is a class. There it it, right there:
And yet, if I type MovingPlatform::, I get zip. Shouldn’t I at least see the public functions? Why is this “class” not responding to scope resolution?