UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScriptTypedElementListProxy Struct Reference

#include <TypedElementListProxy.h>

Public Member Functions

 FScriptTypedElementListProxy ()=default
 
 FScriptTypedElementListProxy (FScriptTypedElementListRef InElementList)
 
 FScriptTypedElementListProxy (FScriptTypedElementListConstRef InElementList)
 
FScriptTypedElementListPtr GetElementList ()
 
FScriptTypedElementListConstPtr GetElementList () const
 

Detailed Description

A list of script element handles (proxy to a FScriptTypedElementList instance). Provides high-level access to groups of elements, including accessing elements that implement specific interfaces.

Note: the script list proxy use should be avoided when not using it for the script exposure apis. The weak model for the handles come with an additional cost to the runtime performance and the memory usage.

Constructor & Destructor Documentation

◆ FScriptTypedElementListProxy() [1/3]

FScriptTypedElementListProxy::FScriptTypedElementListProxy ( )
default

◆ FScriptTypedElementListProxy() [2/3]

FScriptTypedElementListProxy::FScriptTypedElementListProxy ( FScriptTypedElementListRef  InElementList)
inline

◆ FScriptTypedElementListProxy() [3/3]

FScriptTypedElementListProxy::FScriptTypedElementListProxy ( FScriptTypedElementListConstRef  InElementList)
inline

Member Function Documentation

◆ GetElementList() [1/2]

FScriptTypedElementListPtr FScriptTypedElementListProxy::GetElementList ( )
inline

◆ GetElementList() [2/2]

FScriptTypedElementListConstPtr FScriptTypedElementListProxy::GetElementList ( ) const
inline

The documentation for this struct was generated from the following file: