Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
const T& |
A junk function to allow us to use sizeof on a member variable which is potentially a bitfield. | Misc/AssertionMacros.h | |
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
const volatile T& |
Misc/AssertionMacros.h | ||
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
R(*)(Args...) |
Misc/AssertionMacros.h |
UEAsserts_Private::GetMemberNameCheckedJunk(const T &)
Description
A junk function to allow us to use sizeof on a member variable which is potentially a bitfield.
| Name | UEAsserts_Private::GetMemberNameCheckedJunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
namespace UEAsserts_Private
{
template<typename T>
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
const T &
)
}
UEAsserts_Private::GetMemberNameCheckedJunk(const volatile T &)
| Name | UEAsserts_Private::GetMemberNameCheckedJunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
namespace UEAsserts_Private
{
template<typename T>
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
const volatile T &
)
}
UEAsserts_Private::GetMemberNameCheckedJunk(R(*)(Args...))
| Name | UEAsserts_Private::GetMemberNameCheckedJunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
namespace UEAsserts_Private
{
template<typename R, typename ... Args>
bool UEAsserts_Private::GetMemberNameCheckedJunk
(
R(*)(Args...)
)
}