I remember back in the Building Escape project, there was a lecture about permanent storage, and my understanding was that the access operator, “::” is used to access member functions on items (what’s the proper word here??) in permanent storage. The examples given were
LEFT TERM ACCESSOR EXAMPLES
- Class :: UGrabber::Grab
- Enum :: EWordStatus::OK
- Namespace :: std::cout
I’m wondering what FVector would count as (e.g. a Class)? I always thought it was a Type or Struct, but I could be totally mixed up with my terminology, can you help me clarify this?