UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshDeformerProvider.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "CoreMinimal.h"
9
11
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EShaderPlatform
Definition RHIShaderPlatform.h:11
uint16_t uint16
Definition binka_ue_file_header.h:7
Definition NameTypes.h:617
Definition MeshDeformerProvider.h:18
static RENDERCORE_API IMeshDeformerProvider * Get()
Definition MeshDeformerProvider.cpp:8
static RENDERCORE_API const FName ModularFeatureName
Definition MeshDeformerProvider.h:22
virtual TObjectPtr< class UMeshDeformer > GetDefaultMeshDeformer(FDefaultMeshDeformerSetup const &Setup)=0
static RENDERCORE_API bool IsAvailable()
Definition MeshDeformerProvider.cpp:17
virtual ~IMeshDeformerProvider()
Definition MeshDeformerProvider.h:20
virtual bool IsSupported(EShaderPlatform Platform) const =0
Definition IModularFeature.h:12
Definition MeshDeformerProvider.h:31
bool bIsRequestingRecomputeTangent
Definition MeshDeformerProvider.h:33
bool bIsRequestingDeformer
Definition MeshDeformerProvider.h:32
Definition ObjectPtr.h:488