UE4Asserts_Private::GetMemberNameCheckedJunk

A junk function to allow us to use sizeof on a member variable which is potentially a bitfield.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h

Include

#include "Misc/AssertionMacros.h"

Syntax

namespace UE4Asserts_Private
{
    template<typename T>
    bool UE4Asserts_Private::GetMemberNameCheckedJunk
    (
        const volatile T &
    )
}

Remarks

A junk function to allow us to use sizeof on a member variable which is potentially a bitfield.

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