FScriptArrayHelper::ClearValues

Clear values in the array. The meaning of clear is defined by the property system.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

void ClearValues
(
    int32 Index,
    int32 Count
)

Remarks

Clear values in the array. The meaning of clear is defined by the property system.

Parameters

Parameter

Description

Index

first item to clear.

Count

number of items to clear.

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