Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TPreallocatedArrayProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
bool Contains
(
const ElementType & Item
) const
Remarks
Checks if the array contains an element with the given value. true if the array contains an element with the given value.
Parameters
| Name | Description |
|---|---|
| Item | The item to check for. |