Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/UE__Online__Meta__VisitFields
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineMeta.h |
| Include | #include "Online/OnlineMeta.h" |
namespace UE
{
namespace Online
{
namespace Meta
{
template<typename StructType, typename FuncType>
void UE&58;&58;Online&58;&58;Meta&58;&58;VisitFields
&40;
StructType && Object,
FuncType && Func
&41;
}
}
}
Remarks
Visit the fields of a struct. TStructDetails must be specialized for the StructType
Parameters
| Name | Description |
|---|---|
| Object | The object whose fields will be applied to the functor |
| Func | The functor to apply. |