Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceOcclusion.h |
Include |
#include "NiagaraDataInterfaceOcclusion.h" |
UCLASS(EditInlineNew, Category="Camera", Meta=(DisplayName="Occlusion Query"))
class UNiagaraDataInterfaceOcclusion : public UNiagaraDataInterface
Copyright Epic Games, Inc. All Rights Reserved.
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceOcclusion ( |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile. |
|
|
CanExecuteOnTarget ( |
||
|
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 ( |
||
|
RequiresDepthBuffer() |
||
|
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 |
---|---|
GetCameraOcclusionCircleName |
|
GetCameraOcclusionRectangleName |