TPreallocatedArrayProxy::Contains

Checks if the array contains an element with the given value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

bool Contains
(
    const ElementType & Item
) const

Remarks

Checks if the array contains an element with the given value.

Returns

true if the array contains an element with the given value.

Parameters

Parameter

Description

Item

The item to check for.

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