TUnion::ResetSubtype

If the union's current value is of the given subtype, sets the union's value to a NULL value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Union.h

Include

#include "Containers/Union.h"

Syntax

template<typename Subtype>
void ResetSubtype()

Remarks

If the union's current value is of the given subtype, sets the union's value to a NULL value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss