Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceLandscape.h |
Include |
#include "NiagaraDataInterfaceLandscape.h" |
UCLASS(EditInlineNew, Category="Landscape", Meta=(DisplayName="Landscape Sample"))
class UNiagaraDataInterfaceLandscape : public UNiagaraDataInterface
Data Interface allowing sampling of a Landscape
Name | Description | ||
---|---|---|---|
|
PhysicalMaterials |
||
|
TObjectPtr< AAc... |
SourceLandscape |
|
|
SourceMode |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceLandscape ( |
Name | Description | ||
---|---|---|---|
|
ApplyLandscape ( |
||
|
ALandscape &... |
GetLandscape ( |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile. |
|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
DestroyPerInstanceData ( |
Destroys the per instance data for this interface. |
|
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetCommonHLSL ( |
Allows data interfaces to provide common functionality that will be shared across interfaces on that type. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
GPU sim functionality. |
|
|
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. |
|
|
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. |
Name |
Description |
---|---|
GetBaseColorName |
|
GetHeightName |
|
GetPhysicalMaterialIndexName |
|
GetWorldNormalName |