![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FActorReference |
| struct | FGetActorReferencesParams |
Functions | |
| ENGINE_API TArray< AActor * > | GetExternalActorReferences (UObject *Root, bool bRecursive=false) |
| ENGINE_API TArray< AActor * > | GetActorReferences (UObject *Root, EObjectFlags RequiredFlags=RF_NoFlags, bool bRecursive=false) |
| ENGINE_API TArray< FActorReference > | GetActorReferences (const FGetActorReferencesParams &InParams) |
| TArray< ActorsReferencesUtils::FActorReference > ActorsReferencesUtils::GetActorReferences | ( | const FGetActorReferencesParams & | InParams | ) |
Gather references to actors from the root object.
| TArray< AActor * > ActorsReferencesUtils::GetActorReferences | ( | UObject * | Root, |
| EObjectFlags | RequiredFlags = RF_NoFlags, |
||
| bool | bRecursive = false |
||
| ) |
Gather direct references to actors from the root object.