Navigation
API > API/Plugins > API/Plugins/Paper2D > API/Plugins/Paper2D/PAPER2APaperTileMapActor
- AActor::GetReferencedContentObjects()
- PAPER2APaperTileMapActor::GetReferencedContentObjects()
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h |
| Include | #include "PaperTileMapActor.h" |
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. |