Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | TOnlineVariantVisitInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineExecHandler.h |
| Include Path | #include "Online/OnlineExecHandler.h" |
Syntax
template<typename T, typename VariantObject>
struct TOnlineVariantVisitInfo
Struct Specializations
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Prefixes | const TCHAR * | Todo: how to get this to work without it triggering on every class? static_assert(sizeof(T) == -1, "If you are hitting this, you are using a TVariant with a value that does not have a TOnlineVariantVisitInfo! Make sure you are adding a TOnlineVariantVisitInfo for your class! (Check LastType or FirstType below for the type that needs attention)"); | Online/OnlineExecHandler.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Assign
(
FString& VariantValue, |
Online/OnlineExecHandler.h |