Component

Choose your operating system:

Windows

macOS

Linux

Classes

Functions

Name Description

Public function

TArray< UAct...

 

ComponentElementDataUtil::GetComponentsFromHandles

(
    TArrayView< const ElementHandleType...,
    const bool bSilent
)

Attempt to get the actor components from the given element handles.

Public function

TArray< UAct...

 

ComponentElementDataUtil::GetComponentsFromHandlesChecked

(
    TArrayView< const ElementHandleType...
)

Attempt to get the actor components from the given element handles, asserting if any element handle doesn't contain FComponentElementData.