Navigation
API > API/Plugins > API/Plugins/DataflowEnginePlugin > API/Plugins/DataflowEnginePlugin/Dataflow > API/Plugins/DataflowEnginePlugin/Dataflow/ADataflowActor
- AActor::GetReferencedContentObjects()
- ADataflowActor::GetReferencedContentObjects()
References
| Module | DataflowEnginePlugin |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEnginePlugin/Public/Dataflow/DataflowActor.h |
| Include | #include "Dataflow/DataflowActor.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEnginePlugin/Private/Dataflow/DataflowActor.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. |