Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Struct field definitions, manually defined via the ONLINE_STRUCT macros below
| Name | TStruct |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineMeta.h |
| Include Path | #include "Online/OnlineMeta.h" |
Syntax
template<typename StructType>
struct TStruct : public UE::Online::Meta::TStructDetails< std::remove_cv_t< std::remove_reference_t< StructType > > >
Inheritance Hierarchy
- TStructDetails → TStruct