Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceIntRenderTarget2D.h |
Include |
#include "NiagaraDataInterfaceIntRenderTarget2D.h" |
UCLASS(EditInlineNew, Category="Render Target",
Meta=(DisplayName="Integer Render Target 2D", Experimental), Blueprintable, BlueprintType)
class UNiagaraDataInterfaceIntRenderTarget2D : public UNiagaraDataInterfaceRWBase
Copyright Epic Games, Inc. All Rights Reserved.
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bPreviewRenderTarget |
|
|
ManagedRenderTargets |
||
|
PreviewDisplayRange |
The range to normaliez the preview display to. |
|
|
RenderTargetUserParameter |
||
|
Size |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceIntRenderTarget2D ( |
Name | Description | ||
---|---|---|---|
|
UpdateInstanceTexture ( |
||
|
VMGetSize ( |
||
|
VMSetSize ( |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile. |
|
|
CanExecuteOnTarget ( |
||
|
CanExposeVariables() |
||
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetExposedVariables ( |
||
|
GetExposedVariableValue ( |
||
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPostSimulateTick() |
||
|
InitPerInstanceData ( |
Initializes the per instance data for this interface. |
|
|
PerInstanceDataSize() |
Returns the size of the per instance data for this interface. |
|
|
PerInstanceTickPostSimulate ( |
||
|
ProvidePerInstanceDataForRenderThread ( |
Subclasses that wish to work with GPU systems/emitters must implement this. |
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 |
---|---|
ExposedRTVar |