49 results for "render" in function
Creates a new static Texture2DArray asset from the current contents of a render target array.
Creates a new static Texture2D asset from the current contents of a render target.
Creates a new static TextureCube asset from the current contents of a cube render target, typically used to bake captured reflection or skybox cubemaps.
Creates a new static VolumeTexture asset from the current contents of a volume render target.
Begins a canvas drawing session targeting a render target, returning a Canvas you can issue multiple draw calls on before finishing with EndDrawCanvasToRenderTarget.
Decomposes an FSkelMeshSkinWeightInfo struct into its four individual bone index/weight pairs.
Calculates a projection matrix from a FMinimalViewInfo, using its own aspect ratio regardless of whether bConstrainAspectRatio is set.
Clears the specified render target with the given ClearColor, filling every pixel.
Copies the current contents of a render target array into an existing Texture2DArray asset, overwriting its pixel data.
Copies the current contents of a render target into an existing Texture2D asset, overwriting its pixel data.
Copies the current contents of a cube render target into an existing TextureCube asset, overwriting its pixel data.
Copies the current contents of a volume render target into an existing VolumeTexture asset, overwriting its pixel data.
Creates a new render target and initializes it to the specified dimensions, format, and clear color.
Creates a new 2D render target array with the given number of slices and initializes it to the specified dimensions.
Creates a new volume render target and initializes it to the specified 3D dimensions, typically for volumetric effects written via compute shaders.
Renders a full-screen quad with the given material applied directly into the specified render target.
Enables or disables the path tracer for the current Game Viewport.
Completes a canvas drawing session started by BeginDrawCanvasToRenderTarget, flushing the queued draw calls to the render target.
Exports a render target as an HDR or PNG image to disk, choosing the format automatically based on the render target's own pixel format.
Writes a Texture2D to disk as an HDR image file.
Decodes an in-memory image buffer and creates a new transient Texture2D from it, without touching disk.
Loads an image file from disk and creates a new transient Texture2D from it.
Constructs an FSkelMeshSkinWeightInfo struct from up to four bone index/weight pairs.
Returns the number of active PSO (Pipeline State Object) precompilation tasks that are still running.
Reads the entire render target back as sRGB colors into a linear array, one entry per pixel, and returns whether the read succeeded.
Reads a single pixel from a render target using integer pixel coordinates, returning it as an 8-bit sRGB FColor.
Reads the entire render target as raw, unconverted linear values in a single readback, filling OutLinearSamples with one entry per pixel.
Reads a single pixel from a render target as-is (no sRGB conversion) at an integer pixel coordinate, returning the raw linear value.
Reads a rectangular region of a render target as raw, unconverted linear values, returning one entry per pixel.
Reads a single raw, unconverted pixel value from a render target at a UV coordinate in [0,1]x[0,1] space.
Reads a rectangular region of a render target as raw, unconverted linear values, with the rectangle expressed in UV [0,1]x[0,1] space rather than pixel coordinates.
Reads a single pixel from a render target using normalized UV [0,1]x[0,1] coordinates, returning it as an 8-bit sRGB FColor.
Forces the path tracer to restart sample accumulation, useful when a scene change isn't automatically detected.
Manually releases the GPU resources of a render target instead of waiting for the garbage collector, useful when creating many short-lived render targets at runtime.
Changes the resolution of an existing render target, useful when the game viewport size or in-game resolution changes at runtime.
Sets the inset shadow casting state on a component and recursively on all of its child attachments, optionally grouping them to share a single depth target.
Processes pending render state, dynamic data, and instance data updates for this component by dispatching the appropriate commands to the render thread.
Returns whether world rendering is currently enabled on the local viewport.
Returns the most recent game time (in seconds) at which any of this actor's components were rendered.
Returns the axis-aligned bounding rectangle of this geometry in absolute space computed using the full accumulated render transform, including any rotation or skew.
Returns the clamped state of the r.
Returns the clamped state of the r.
Returns true if per-instance render data (such as instance transforms or custom data for instanced meshes) is marked dirty and awaiting an update to the renderer.
Returns true if this component currently has a render state (scene proxy) created and registered with the renderer.
Returns true if the full render state for this component is dirty, meaning the scene proxy needs to be fully recreated or updated on the render thread.
Returns true while the render state is in the process of being destroyed and recreated due to a MarkRenderStateDirty call.
Returns true while DoDeferredRenderUpdates_Concurrent is actively sending this component's render data to the render thread.
Returns whether this component's transform has been modified but not yet flushed to the render thread.
Flags all components' render state as dirty, causing them to be re-submitted to the render thread on the next frame.