Navigation
API > API/Plugins > API/Plugins/Niagara
Data Interface allowing sampling of a texture
| Name | UNiagaraDataInterfaceCubeTexture |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCubeTexture.h |
| Include Path | #include "NiagaraDataInterfaceCubeTexture.h" |
Syntax
UCLASS (EditInlineNew, Category="Texture", CollapseCategories,
Meta=(DisplayName="Cube Texture Sample"), MinimalAPI)
class UNiagaraDataInterfaceCubeTexture : public UNiagaraDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged → UNiagaraDataInterfaceBase → UNiagaraDataInterface → UNiagaraDataInterfaceCubeTexture
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraDataInterfaceCubeTexture
(
const FObjectInitializer& ObjectInitializer |
NiagaraDataInterfaceCubeTexture.h |
Classes
| Name | Remarks |
|---|---|
| FShaderParameters |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SampleCubeTextureName | const FName | NiagaraDataInterfaceCubeTexture.h | |
| TemplateShaderFilePath | const TCHAR * | NiagaraDataInterfaceCubeTexture.h | |
| TextureDimsName | const FName | NiagaraDataInterfaceCubeTexture.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Texture | TObjectPtr< UTexture > | NiagaraDataInterfaceCubeTexture.h |
|
|
| TextureUserParameter | FNiagaraUserParameterBinding | NiagaraDataInterfaceCubeTexture.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetTextureDimensions
(
FVectorVMExternalFunctionContext& Context |
NiagaraDataInterfaceCubeTexture.h | ||
void SampleCubeTexture
(
FVectorVMExternalFunctionContext& Context |
NiagaraDataInterfaceCubeTexture.h | ||
void SetTexture
(
UTexture* InTexture |
NiagaraDataInterfaceCubeTexture.h |
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AppendCompileHash
(
FNiagaraCompileHashVisitor* InVisitor |
GPU sim functionality. | NiagaraDataInterfaceCubeTexture.h | |
virtual bool CanExecuteOnTarget
(
ENiagaraSimTarget Target |
NiagaraDataInterfaceCubeTexture.h | ||
virtual void DestroyPerInstanceData
(
void* PerInstanceData, |
Destroys the per instance data for this interface. | NiagaraDataInterfaceCubeTexture.h | |
virtual bool Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. | NiagaraDataInterfaceCubeTexture.h | |
virtual bool GetFunctionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
NiagaraDataInterfaceCubeTexture.h | ||
virtual void GetParameterDefinitionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
NiagaraDataInterfaceCubeTexture.h | ||
virtual void GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
Returns the delegate for the passed function signature. | NiagaraDataInterfaceCubeTexture.h | |
virtual bool HasPreSimulateTick() |
NiagaraDataInterfaceCubeTexture.h | ||
virtual bool InitPerInstanceData
(
void* PerInstanceData, |
Initializes the per instance data for this interface. | NiagaraDataInterfaceCubeTexture.h | |
virtual int32 PerInstanceDataSize () |
Returns the size of the per instance data for this interface. | NiagaraDataInterfaceCubeTexture.h | |
virtual bool PerInstanceTick
(
void* PerInstanceData, |
Ticks the per instance data for this interface, if it has any. | NiagaraDataInterfaceCubeTexture.h | |
virtual void SetShaderParameters
(
const FNiagaraDataInterfaceSetShaderParametersContext& Context |
Set the shader parameters will only be called if the data interface provided shader parameters. | NiagaraDataInterfaceCubeTexture.h |
Overridden from UNiagaraDataInterfaceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildShaderParameters
(
FNiagaraShaderParametersBuilder& ShaderParametersBuilder |
NiagaraDataInterfaceCubeTexture.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitProperties() |
NiagaraDataInterfaceCubeTexture.h |
Overridden from UObjectBaseUtility
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeInCluster() |
NiagaraDataInterfaceCubeTexture.h |
Protected
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CopyToInternal
(
UNiagaraDataInterface* Destination |
NiagaraDataInterfaceCubeTexture.h | ||
virtual void GetFunctionsInternal
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
NiagaraDataInterfaceCubeTexture.h |