Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDecalComponent
Description
Sets the sort order for the decal component. Higher values draw later (on top). This will force the decal to reattach
| Name | SetSortOrder |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h |
| Include Path | #include "Components/DecalComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Rendering|Components|Decal")
void SetSortOrder
(
int32 Value
)