unreal.MaterialExpressionRuntimeVirtualTextureSampleParameter¶
- class unreal.MaterialExpressionRuntimeVirtualTextureSampleParameter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
MaterialExpressionRuntimeVirtualTextureSampleMaterial Expression Runtime Virtual Texture Sample Parameter
C++ Source:
Module: Engine
File: MaterialExpressionRuntimeVirtualTextureSampleParameter.h
Editor Properties: (see get_editor_property/set_editor_property)
adaptive(bool): [Read-Write] Adaptive: Enable sparse adaptive page tables. Note that the bound Virtual Texture should have valid adaptive virtual texture settings for sampling to work correctly.desc(str): [Read-Write] Desc: A description that level designers can add (shows in the material editor UI).group(Name): [Read-Write] Group: The name of the parameter Group to display in MaterialInstance Editor. Default is None groupmaterial_expression_editor_x(int32): [Read-Write] Material Expression Editor Xmaterial_expression_editor_y(int32): [Read-Write] Material Expression Editor Ymaterial_type(RuntimeVirtualTextureMaterialType): [Read-Write] Material Type: How to interpret the virtual texture contents. Note that the bound Virtual Texture should have the same setting for sampling to work correctly.mip_value_mode(RuntimeVirtualTextureMipValueMode): [Read-Write] Mip Value Mode: Defines how the mip level is calculated for the virtual texture lookup.parameter_name(Name): [Read-Write] Parameter Name: Name to be referenced when we want to find and set this parametersingle_physical_space(bool): [Read-Write] Single Physical Space: Enable page table channel packing. Note that the bound Virtual Texture should have the same setting for sampling to work correctly.sort_priority(int32): [Read-Write] Sort Priority: Controls where the this parameter is displayed in a material instance parameter list. The lower the number the higher up in the parameter list.texture_address_mode(RuntimeVirtualTextureTextureAddressMode): [Read-Write] Texture Address Mode: Defines the texture addressing mode.virtual_texture(RuntimeVirtualTexture): [Read-Write] Virtual Texture: The virtual texture object to sample.