Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeStreamingProxy
- AActor::GetReferencedContentObjects()
- ALandscapeProxy::GetReferencedContentObjects()
- ALandscapeStreamingProxy::GetReferencedContentObjects()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeStreamingProxy.h |
| Include | #include "LandscapeStreamingProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.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. |