Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCamera.h |
Include |
#include "NiagaraDataInterfaceCamera.h" |
UCLASS(EditInlineNew, Category="Camera", Meta=(DisplayName="Camera Query"))
class UNiagaraDataInterfaceCamera : public UNiagaraDataInterface
Name | Description | ||
---|---|---|---|
|
bRequireCurrentFrameData |
When this option is disabled, we use the previous frame's data for the camera and issue the simulation early. |
|
|
PlayerControllerIndex |
This is used to determine which camera position to query for cpu emitters. |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceCamera ( |
Name | Description | ||
---|---|---|---|
|
CalculateParticleDistances ( |
||
|
GetCameraFOV ( |
||
|
GetCameraProperties ( |
||
|
GetClosestParticles ( |
Name | Description | ||
---|---|---|---|
|
AppendCompileHash ( |
Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile. |
|
|
ETickingGrou... |
CalculateTickGroup ( |
|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
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. |
|
|
GetFeedback ( |
Query the data interface to give feedback to the end user. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
|
|
HasPreSimulateTick() |
||
|
HasTickGroupPrereqs() |
||
|
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. |
|
|
RequiresEarlyViewData() |
||
|
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. |