Navigation
API > API/Plugins > API/Plugins/PCGNiagaraInterop > API/Plugins/PCGNiagaraInterop/Elements
Inheritance Hierarchy
- IPCGElement
- IPCGElementWithCustomContext
- FPCGWriteToNiagaraDataChannelElement
References
| Module | PCGNiagaraInterop |
| Header | /Engine/Plugins/Experimental/PCGInterops/PCGNiagaraInterop/Source/PCGNiagaraInterop/Public/Elements/PCGWriteToNiagaraDataChannel.h |
| Include | #include "Elements/PCGWriteToNiagaraDataChannel.h" |
Syntax
class FPCGWriteToNiagaraDataChannelElement : public IPCGElementWithCustomContext< FPCGWriteToNiagaraDataChannelContext >
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
Returns true if the element, in its current phase can be executed only from the main thread | |
| bool | ExecuteInternal
(
FPCGContext* InContext |
Core execution method for the given element. Will be called until it returns true. | |
| bool | IsCacheable
(
const UPCGSettings* InSettings |
Returns true if the node can be cached (e.g. does not create artifacts & does not depend on untracked data | |
| bool | PrepareDataInternal
(
FPCGContext* InContext |
The prepare data phase is one where it is more likely to be able to multithread |