Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface2DArrayTexture.h |
Include |
#include "NiagaraDataInterface2DArrayTexture.h" |
UCLASS(EditInlineNew, Category="Texture", Meta=(DisplayName="2D Array Texture Sample"))
class UNiagaraDataInterface2DArrayTexture : public UNiagaraDataInterface
Data Interface allowing sampling of a texture
Name | Description | ||
---|---|---|---|
|
TObjectPtr< UTe... |
Texture |
|
|
TextureUserParameter |
Name | Description | |
---|---|---|
|
UNiagaraDataInterface2DArrayTexture ( |
Name | Description | ||
---|---|---|---|
|
GetTextureDimensions ( |
||
|
SetTexture ( |
Name | Description | ||
---|---|---|---|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
GPU sim functionality. |
|
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPreSimulateTick() |
||
|
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. |
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() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Name |
Description |
---|---|
DimensionsBaseName |
|
SamplerName |
|
SampleTextureName |
|
TextureDimsName |
|
TextureName |
FRWBuffer& GetGPUBuffer();. |