GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
Copy
Create
First
Get
IsValid
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

UBitFlagSet.First

Returns the first UBitFlagSetSingle of the set.

Syntax

UBitFlagSetSingle First();

Parameter

This function has no parameters.

Return value

The first UBitFlagSetSingle in the set.

Remarks

To iterate through all bits, use this function to get the first UBitFlagSetSingle object, then call UBitFlagSetSingle.Next until the UBitFlagSet.IsValid function of the UBitFlagSet returns false for the received object.
© 2022 Mobiland AG