AGeometryCollectionActor::GetReferencedContentObjects

Used by the "Sync to Content Browser" right-click menu option in the editor.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

AActor::GetReferencedContentObjects()

AGeometryCollectionActor::GetReferencedContentObjects()

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionActor.h

Include

#include "GeometryCollection/GeometryCollectionActor.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionActor.cpp

Syntax

virtual bool GetReferencedContentObjects
(
    TArray< UObject * > & Objects
) const

Remarks

Used by the "Sync to Content Browser" right-click menu option in the editor.

Returns

Whether the object references content (all overrides of this function should return true)

Parameters

Parameter

Description

Objects

Array to add content object references to.