Navigation
API > API/Plugins > API/Plugins/ChaosNiagara
Data Interface for the strand base
| Name | UNiagaraDataInterfacePhysicsField |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosNiagara/Source/ChaosNiagara/Classes/NiagaraDataInterfacePhysicsField.h |
| Include Path | #include "NiagaraDataInterfacePhysicsField.h" |
Syntax
UCLASS (MinimalAPI, EditInlineNew, Category="Chaos", Meta=(DisplayName="Physics Field"))
class UNiagaraDataInterfacePhysicsField : public UNiagaraDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged → UNiagaraDataInterfaceBase → UNiagaraDataInterface → UNiagaraDataInterfacePhysicsField
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraDataInterfacePhysicsField() |
NiagaraDataInterfacePhysicsField.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPhysicsFieldBounds
(
FVectorVMExternalFunctionContext& Context |
Get the field bounds | NiagaraDataInterfacePhysicsField.h | |
void GetPhysicsFieldResolution
(
FVectorVMExternalFunctionContext& Context |
Get the field resolution | NiagaraDataInterfacePhysicsField.h | |
void SamplePhysicsIntegerField
(
FVectorVMExternalFunctionContext& Context |
Sample the integer field | NiagaraDataInterfacePhysicsField.h | |
void SamplePhysicsScalarField
(
FVectorVMExternalFunctionContext& Context |
Sample the scalar field | NiagaraDataInterfacePhysicsField.h | |
void SamplePhysicsVectorField
(
FVectorVMExternalFunctionContext& Context |
Sample the vector field | NiagaraDataInterfacePhysicsField.h |
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AppendCompileHash
(
FNiagaraCompileHashVisitor* InVisitor |
GPU simulation functionality | NiagaraDataInterfacePhysicsField.h | |
virtual bool CanExecuteOnTarget
(
ENiagaraSimTarget Target |
NiagaraDataInterfacePhysicsField.h | ||
virtual void DestroyPerInstanceData
(
void* PerInstanceData, |
NiagaraDataInterfacePhysicsField.h | ||
virtual bool Equals
(
const UNiagaraDataInterface* Other |
NiagaraDataInterfacePhysicsField.h | ||
virtual bool GetFunctionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
NiagaraDataInterfacePhysicsField.h | ||
virtual void GetParameterDefinitionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
NiagaraDataInterfacePhysicsField.h | ||
virtual void GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
UNiagaraDataInterface Interface | NiagaraDataInterfacePhysicsField.h | |
virtual bool HasPostSimulateTick() |
NiagaraDataInterfacePhysicsField.h | ||
virtual bool InitPerInstanceData
(
void* PerInstanceData, |
NiagaraDataInterfacePhysicsField.h | ||
virtual int32 PerInstanceDataSize() |
NiagaraDataInterfacePhysicsField.h | ||
virtual bool PerInstanceTickPostSimulate
(
void* PerInstanceData, |
NiagaraDataInterfacePhysicsField.h | ||
virtual void ProvidePerInstanceDataForRenderThread
(
void* DataForRenderThread, |
NiagaraDataInterfacePhysicsField.h | ||
virtual void SetShaderParameters
(
const FNiagaraDataInterfaceSetShaderParametersContext& Context |
NiagaraDataInterfacePhysicsField.h | ||
virtual bool UpgradeFunctionCall
(
FNiagaraFunctionSignature& FunctionSignature |
NiagaraDataInterfacePhysicsField.h |
Overridden from UNiagaraDataInterfaceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildShaderParameters
(
FNiagaraShaderParametersBuilder& ShaderParametersBuilder |
NiagaraDataInterfacePhysicsField.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitProperties() |
UObject Interface | NiagaraDataInterfacePhysicsField.h |
Protected
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CopyToInternal
(
UNiagaraDataInterface* Destination |
Copy one niagara DI to this | NiagaraDataInterfacePhysicsField.h | |
virtual void GetFunctionsInternal
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
NiagaraDataInterfacePhysicsField.h |