Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/ANiagaraActor
- AActor::GetReferencedContentObjects()
- ANiagaraActor::GetReferencedContentObjects()
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraActor.h |
| Include | #include "NiagaraActor.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraActor.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. |