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.Get

Searches a specific UBitFlagSetSingle inside the set.

Syntax

UBitFlagSetSingle Get(
UInt32 p_ulClassId
);

Parameter

p_ulClassId
Type: UInt32
Classid of the set to search.

Return value

The requested UBitFlagSetSingle or an other UBitFlagSetSingle. First check the returned value to see if it is valid with the UBitFlagSet.IsValid function of the UBitFlagSet, then verify if the classid is the requested one.
© 2022 Mobiland AG