MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
FVoid Struct Reference

#include <Void.h>

Public Member Functions

template<typename... Args>
 FVoid (Args &&...)
 

Detailed Description

This struct may be used for situations where something needs to be returned but it's not meaningful to do so.

Definition at line 24 of file Void.h.

Constructor & Destructor Documentation

◆ FVoid()

template<typename... Args>
FVoid::FVoid ( Args && ...)
inline

A constructor which accepts any arguments and does nothing with them

Definition at line 28 of file Void.h.


The documentation for this struct was generated from the following file: