Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRenderTargetVolume.h |
Include |
#include "NiagaraDataInterfaceRenderTargetVolume.h" |
UCLASS(EditInlineNew, Category="Grid", Meta=(DisplayName="Render Target Volume", Experimental),
Blueprintable, BlueprintType)
class UNiagaraDataInterfaceRenderTargetVolume : public UNiagaraDataInterfaceRWBase
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bInheritUserParameterSettings |
When enabled texture parameters (size / etc) are taken from the user provided render target. |
|
uint8: 1 |
bOverrideFormat |
|
|
uint8: 1 |
bPreviewRenderTarget |
|
|
ManagedRenderTargets |
||
|
TEnumAsByte< ET... |
OverrideRenderTargetFormat |
When enabled overrides the format of the render target, otherwise uses the project default setting. |
|
RenderTargetUserParameter |
||
|
Size |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceRenderTargetVolume ( |
Name | Description | ||
---|---|---|---|
|
GetSize ( |
||
|
SetSize ( |
Name | Description | ||
---|---|---|---|
|
CanExecuteOnTarget ( |
VM functionality. |
|
|
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 ( |
GPU sim functionality. |
|
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPostSimulateTick() |
||
|
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. |
|
|
PerInstanceTickPostSimulate ( |
||
|
ProvidePerInstanceDataForRenderThread ( |
Subclasses that wish to work with GPU systems/emitters must implement this. |
|
|
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() |
|
|
SetParameters ( |
||
|
UnsetParameters ( |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |