FSetProperty::GetNum

Helper function to get the number of elements inside of a set.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

int32 GetNum
(
    void * InSet
) const

Remarks

Helper function to get the number of elements inside of a set. Used by the garbage collector where for performance reasons the provided set pointer is not guarded

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss