Navigation
Unreal Engine C++ API Reference > 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
&40;
const FTransform & InComponentToWorldIncludingDecalSize,
const FBoxSphereBounds & InBounds
&41;
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 |