UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementListFwd.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7template<class HandleType>
9
10
12
13// Native typed element list.
15
18
21
22
24
25// Script typed element list. It should only be use for the script exposure apis since the script handles does have a performance overhead over the normal handles.
27
30
33
Definition SharedPointer.h:153
Definition TypedElementList.h:62
Definition TypedElementHandle.h:625
Definition TypedElementHandle.h:18