Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDeferredDecalProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp |
void SetTransformIncludingDecalSize
(
const FTransform & InComponentToWorldIncludingDecalSize,
const FBoxSphereBounds & InBounds
)
Remarks
Updates the decal proxy's cached transform and bounds.
Parameters
| Name | Description |
|---|---|
| InComponentToWorldIncludingDecalSize | The new component-to-world transform including the DecalSize |
| InBounds | The new world-space bounds including the DecalSize |