FDataprepCoreUtils::GetActorsFromWorld

Collect on the valid actors in the input World

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h

Include

#include "DataprepCoreUtils.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp

Syntax

static void GetActorsFromWorld
(
    const UWorld * World,
    TArray< UObject * > & OutActors
)

Remarks

Collect on the valid actors in the input World

Parameters

Parameter

Description

World

World to parse

OutActors

Actors present in the world

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