Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/ChaosNiagara/Source/ChaosNiagara/Public/NiagaraDataInterfaceGeometryCollection.h |
Include |
#include "NiagaraDataInterfaceGeometryCollection.h" |
UCLASS(EditInlineNew, Category="Collision", Meta=(DisplayName="Geometry Collection"))
class UNiagaraDataInterfaceGeometryCollection : public UNiagaraDataInterface
Data Interface for the Collisions
Name | Description | ||
---|---|---|---|
|
TObjectPtr< AGe... |
GeometryCollectionActor |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceGeometryCollection ( |
Name | Description | ||
---|---|---|---|
|
ETickingGrou... |
CalculateTickGroup ( |
|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
Copy one niagara DI to this |
|
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetCommonHLSL ( |
GPU simulation functionality |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
UNiagaraDataInterface Interface |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPreSimulateTick() |
||
|
HasTickGroupPrereqs() |
||
|
InitPerInstanceData ( |
Initializes the per instance data for this interface. |
|
|
PerInstanceDataSize() |
Returns the size of the per instance data for this interface. |
|
|
PerInstanceTick ( |
Ticks the per instance data for this interface, if it has any. |
|
|
ProvidePerInstanceDataForRenderThread ( |
Subclasses that wish to work with GPU systems/emitters must implement this. |
|
|
RequiresDistanceFieldData() |
||
|
ValidateFunction ( |
Validates a function being compiled and allows interface classes to post custom compile errors when their API changes. |
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() |
|
|
SetParameters ( |
||
|
UnsetParameters ( |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
UObject Interface |