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

UBitFlagSet::Get

Searches a specific UBitFlagSetSingle inside the set.

Syntax

UBitFlagSetSingle* Get(
[in] UINT32 p_ulClassId
);
 
const UBitFlagSetSingle* Get(
[in] UINT32 p_ulClassId
) const;

Parameter

p_ulClassId [in]
Type: UINT32
Classid of the set to search.

Return value

The pointer to the requested UBitFlagSetSingle or another 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