Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Provides a debug string description of the bitset contents. | TypeBitSetBuilder.h | ||
void DebugGetStringDesc
(
FOutputDevice& Ar |
Provides a debug string description of the bitset contents, via the provided FOutputDevice. | TypeBitSetBuilder.h |
DebugGetStringDesc()
Description
Provides a debug string description of the bitset contents.
| Name | DebugGetStringDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
FString DebugGetStringDesc() const
A string describing the contents of the bitset.
DebugGetStringDesc(FOutputDevice &)
Description
Provides a debug string description of the bitset contents, via the provided FOutputDevice.
| Name | DebugGetStringDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
void DebugGetStringDesc
(
FOutputDevice & Ar
) const
Parameters
| Name | Remarks |
|---|---|
| Ar | the output device to write to. |