UKismetRenderingLibrary::SetCastInsetShadowForAllAttachments

Set the inset shadow casting state of the given component and all its child attachments.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetRenderingLibrary.h

Include

#include "Kismet/KismetRenderingLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetRenderingLibrary.cpp

Syntax

static void SetCastInsetShadowForAllAttachments
(
    UPrimitiveComponent * PrimitiveComponent,
    bool bCastInsetShadow,
    bool bLightAttachmentsAsGroup
)

Remarks

Set the inset shadow casting state of the given component and all its child attachments. Also choose if all attachments should be grouped for the inset shadow rendering. If enabled, one depth target will be shared for all attachments.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss