OK, I'm a little confused about what a class actually is

FVector::something gives you a list of somethings that class will do.

MovingPlatform is a class. There it it, right there:
image

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?

Are you typing it correctly? What you wrote is missing an A, the name of the class is AMovingPlatform.
Also where are you writing that?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms