Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance > API/Runtime/Engine/LevelInstance/ALevelInstance
- AActor::GetReferencedContentObjects()
- ALevelInstance::GetReferencedContentObjects()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceActor.h |
| Include | #include "LevelInstance/LevelInstanceActor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceActor.cpp |
virtual bool GetReferencedContentObjects
&40;
TArray< UObject &42; > & Objects
&41; const
Remarks
Used by the "Sync to Content Browser" right-click menu option in the editor. Whether the object references content (all overrides of this function should return true)
Parameters
| Name | Description |
|---|---|
| Objects | Array to add content object references to. |