Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FInstancedSkinnedMeshSceneProxyDesc |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/InstancedSkinnedMeshSceneProxyDesc.h |
| Include Path | #include "InstancedSkinnedMeshSceneProxyDesc.h" |
Syntax
struct FInstancedSkinnedMeshSceneProxyDesc : public FSkinnedMeshSceneProxyDesc
Inheritance Hierarchy
- FPrimitiveSceneProxyDesc → FSkinnedMeshSceneProxyDesc → FInstancedSkinnedMeshSceneProxyDesc
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InstancedSkinnedMeshSceneProxyDesc.h | |||
FInstancedSkinnedMeshSceneProxyDesc
(
const UInstancedSkinnedMeshComponent* InComponent |
InstancedSkinnedMeshSceneProxyDesc.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationMinScreenSize | float | Properties. | InstancedSkinnedMeshSceneProxyDesc.h | |
| InstanceDataSceneProxy | TSharedPtr< FInstanceDataSceneProxy, ESPMode::ThreadSafe > | InstancedSkinnedMeshSceneProxyDesc.h | ||
| InstanceEndCullDistance | int32 | InstancedSkinnedMeshSceneProxyDesc.h | ||
| InstanceMinDrawDistance | int32 | InstancedSkinnedMeshSceneProxyDesc.h | ||
| InstanceStartCullDistance | int32 | InstancedSkinnedMeshSceneProxyDesc.h | ||
| SelectedInstances | TBitArray | One bit per instance if the instance is selected. | InstancedSkinnedMeshSceneProxyDesc.h | |
| TransformProvider | TObjectPtr< class UTransformProviderData > | InstancedSkinnedMeshSceneProxyDesc.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeFromInstancedSkinnedMeshComponent
(
const UInstancedSkinnedMeshComponent* InComponent |
InstancedSkinnedMeshSceneProxyDesc.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSkeletalMeshObject * CreateMeshObject
(
const FInstancedSkinnedMeshSceneProxyDesc& Desc, |
InstancedSkinnedMeshSceneProxyDesc.h | ||
static FPrimitiveSceneProxy * CreateSceneProxy
(
const FInstancedSkinnedMeshSceneProxyDesc& Desc, |
InstancedSkinnedMeshSceneProxyDesc.h |