FScriptSetHelper::Num

Static version of [Num()](API\Runtime\CoreUObject\UObject\FScriptSetHelper\Num\1) used when you don't need to bother to construct a [FScriptSetHelper](API\Runtime\CoreUObject\UObject\FScriptSetHelper).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

static int32 Num
(
    const void * Target
)

Remarks

Static version of Num() used when you don't need to bother to construct a FScriptSetHelper. Returns the number of elements in the set.

Returns

The number of elements in the set.

Parameters

Parameter

Description

Target

Pointer to the raw memory associated with a FScriptSet

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