MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FClampedBit

Function FClampedBit

Source/PCGExtendedToolkit/Public/PCGExCompare.h:851–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849 bool bValue;
850
851 FClampedBit() : BitIndex(0), bValue(false)
852 {
853 }
854
855 int64 Get() const { return bValue ? (static_cast<int64>(0) | (1LL << BitIndex)) : (static_cast<int64>(0) & (~(1LL << BitIndex))); }
856

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected