RealDocs

49 results for "render" in function

function
UKismetRenderingLibrary::RenderTargetCreateStaticTexture2DArrayEditorOnly Engine

Creates a new static Texture2DArray asset from the current contents of a render target array.

function
UKismetRenderingLibrary::RenderTargetCreateStaticTexture2DEditorOnly Engine

Creates a new static Texture2D asset from the current contents of a render target.

function
UKismetRenderingLibrary::RenderTargetCreateStaticTextureCubeEditorOnly Engine

Creates a new static TextureCube asset from the current contents of a cube render target, typically used to bake captured reflection or skybox cubemaps.

function
UKismetRenderingLibrary::RenderTargetCreateStaticVolumeTextureEditorOnly Engine

Creates a new static VolumeTexture asset from the current contents of a volume render target.

function
UKismetRenderingLibrary::BeginDrawCanvasToRenderTarget Engine

Begins a canvas drawing session targeting a render target, returning a Canvas you can issue multiple draw calls on before finishing with EndDrawCanvasToRenderTarget.

function
UKismetRenderingLibrary::BreakSkinWeightInfo Engine

Decomposes an FSkelMeshSkinWeightInfo struct into its four individual bone index/weight pairs.

function
UKismetRenderingLibrary::CalculateProjectionMatrix Engine

Calculates a projection matrix from a FMinimalViewInfo, using its own aspect ratio regardless of whether bConstrainAspectRatio is set.

function
UKismetRenderingLibrary::ClearRenderTarget2D Engine

Clears the specified render target with the given ClearColor, filling every pixel.

function
UKismetRenderingLibrary::ConvertRenderTargetToTexture2DArrayEditorOnly Engine

Copies the current contents of a render target array into an existing Texture2DArray asset, overwriting its pixel data.

function
UKismetRenderingLibrary::ConvertRenderTargetToTexture2DEditorOnly Engine

Copies the current contents of a render target into an existing Texture2D asset, overwriting its pixel data.

function
UKismetRenderingLibrary::ConvertRenderTargetToTextureCubeEditorOnly Engine

Copies the current contents of a cube render target into an existing TextureCube asset, overwriting its pixel data.

function
UKismetRenderingLibrary::ConvertRenderTargetToTextureVolumeEditorOnly Engine

Copies the current contents of a volume render target into an existing VolumeTexture asset, overwriting its pixel data.

function
UKismetRenderingLibrary::CreateRenderTarget2D Engine

Creates a new render target and initializes it to the specified dimensions, format, and clear color.

function
UKismetRenderingLibrary::CreateRenderTarget2DArray Engine

Creates a new 2D render target array with the given number of slices and initializes it to the specified dimensions.

function
UKismetRenderingLibrary::CreateRenderTargetVolume Engine

Creates a new volume render target and initializes it to the specified 3D dimensions, typically for volumetric effects written via compute shaders.

function
UKismetRenderingLibrary::DrawMaterialToRenderTarget Engine

Renders a full-screen quad with the given material applied directly into the specified render target.

function
UKismetRenderingLibrary::EnablePathTracing Engine

Enables or disables the path tracer for the current Game Viewport.

function
UKismetRenderingLibrary::EndDrawCanvasToRenderTarget Engine

Completes a canvas drawing session started by BeginDrawCanvasToRenderTarget, flushing the queued draw calls to the render target.

function
UKismetRenderingLibrary::ExportRenderTarget Engine

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.

function
UKismetRenderingLibrary::ExportTexture2D Engine

Writes a Texture2D to disk as an HDR image file.

function
UKismetRenderingLibrary::ImportBufferAsTexture2D Engine

Decodes an in-memory image buffer and creates a new transient Texture2D from it, without touching disk.

function
UKismetRenderingLibrary::ImportFileAsTexture2D Engine

Loads an image file from disk and creates a new transient Texture2D from it.

function
UKismetRenderingLibrary::MakeSkinWeightInfo Engine

Constructs an FSkelMeshSkinWeightInfo struct from up to four bone index/weight pairs.

function
UKismetRenderingLibrary::NumPrecompilingPSOsRemaining Engine

Returns the number of active PSO (Pipeline State Object) precompilation tasks that are still running.

function
UKismetRenderingLibrary::ReadRenderTarget Engine

Reads the entire render target back as sRGB colors into a linear array, one entry per pixel, and returns whether the read succeeded.

function
UKismetRenderingLibrary::ReadRenderTargetPixel Engine

Reads a single pixel from a render target using integer pixel coordinates, returning it as an 8-bit sRGB FColor.

function
UKismetRenderingLibrary::ReadRenderTargetRaw Engine

Reads the entire render target as raw, unconverted linear values in a single readback, filling OutLinearSamples with one entry per pixel.

function
UKismetRenderingLibrary::ReadRenderTargetRawPixel Engine

Reads a single pixel from a render target as-is (no sRGB conversion) at an integer pixel coordinate, returning the raw linear value.

function
UKismetRenderingLibrary::ReadRenderTargetRawPixelArea Engine

Reads a rectangular region of a render target as raw, unconverted linear values, returning one entry per pixel.

function
UKismetRenderingLibrary::ReadRenderTargetRawUV Engine

Reads a single raw, unconverted pixel value from a render target at a UV coordinate in [0,1]x[0,1] space.

function
UKismetRenderingLibrary::ReadRenderTargetRawUVArea Engine

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.

function
UKismetRenderingLibrary::ReadRenderTargetUV Engine

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.

function
UKismetRenderingLibrary::RefreshPathTracingOutput Engine

Forces the path tracer to restart sample accumulation, useful when a scene change isn't automatically detected.

function
UKismetRenderingLibrary::ReleaseRenderTarget2D Engine

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.

function
UKismetRenderingLibrary::ResizeRenderTarget2D Engine

Changes the resolution of an existing render target, useful when the game viewport size or in-game resolution changes at runtime.

function
UKismetRenderingLibrary::SetCastInsetShadowForAllAttachments Engine

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.

function
UActorComponent::DoDeferredRenderUpdates_Concurrent Engine

Processes pending render state, dynamic data, and instance data updates for this component by dispatching the appropriate commands to the render thread.

function
UGameplayStatics::GetEnableWorldRendering Engine

Returns whether world rendering is currently enabled on the local viewport.

function
AActor::GetLastRenderTime Engine

Returns the most recent game time (in seconds) at which any of this actor's components were rendered.

function
FGeometry::GetRenderBoundingRect SlateCore

Returns the axis-aligned bounding rectangle of this geometry in absolute space computed using the full accumulated render transform, including any rotation or skew.

function
UKismetSystemLibrary::GetRenderingDetailMode Engine

Returns the clamped state of the r.

function
UKismetSystemLibrary::GetRenderingMaterialQualityLevel Engine

Returns the clamped state of the r.

function
UActorComponent::IsRenderInstancesDirty Engine

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.

function
UActorComponent::IsRenderStateCreated Engine

Returns true if this component currently has a render state (scene proxy) created and registered with the renderer.

function
UActorComponent::IsRenderStateDirty Engine

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.

function
UActorComponent::IsRenderStateRecreating Engine

Returns true while the render state is in the process of being destroyed and recreated due to a MarkRenderStateDirty call.

function
UActorComponent::IsRenderStateUpdating Engine

Returns true while DoDeferredRenderUpdates_Concurrent is actively sending this component's render data to the render thread.

function
UActorComponent::IsRenderTransformDirty Engine

Returns whether this component's transform has been modified but not yet flushed to the render thread.

function
AActor::MarkComponentsRenderStateDirty Engine

Flags all components' render state as dirty, causing them to be re-submitted to the render thread on the next frame.