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

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

#include <Void.h>

Public Member Functions

template<typename... Args>
 FVoid (Args &&...)
 A constructor which accepts any arguments and does nothing with them.
 

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 25 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 29 of file Void.h.


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