Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceParticleRead.h |
Include |
#include "NiagaraDataInterfaceParticleRead.h" |
UCLASS(EditInlineNew, Category="ParticleRead", Meta=(DisplayName="Particle Attribute Reader"))
class UNiagaraDataInterfaceParticleRead : public UNiagaraDataInterfaceRWBase
Name | Description | ||
---|---|---|---|
|
EmitterName |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceParticleRead ( |
Name | Description | ||
---|---|---|---|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetEmitterDependencies ( |
Allows a DI to specify data dependencies between emitters, so the system can ensure that the emitter instances are executed in the correct order. |
|
|
GetFeedback ( |
Query the data interface to give feedback to the end user. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
InitPerInstanceData ( |
Initializes the per instance data for this interface. |
|
|
PerInstanceDataSize() |
Returns the size of the per instance data for this interface. |
|
|
ProvidePerInstanceDataForRenderThread ( |
Subclasses that wish to work with GPU systems/emitters must implement this. |
|
|
ReadsEmitterParticleData ( |
||
|
UpgradeFunctionCall ( |
Allows data interfaces the opportunity to rename / change the function signature and perform an upgrade. |
Name | Description | ||
---|---|---|---|
|
BindParameters ( |
Methods that operate on an instance of type FNiagaraDataInterfaceParametersCS*, created by the above CreateComputeParameters() method |
|
|
FNiagaraData... |
CreateComputeParameters() |
Constructs the correct CS parameter type for this DI (if any). |
|
const FTypeL... |
GetComputeParametersTypeDesc() |
|
|
HasInternalAttributeReads ( |
Returns true if the DI (owned by OwnerEmitter) reads any attributes from the Provider emitter |
|
|
SetParameters ( |
||
|
UnsetParameters ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |