Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include | #include "SceneInterface.h" |
void UpdateDecalTransform
(
UDecalComponent * Component
)
Remarks
Updates the transform of a decal which has already been added to the scene.
Parameters
| Name | Description |
|---|---|
| Decal | Decal component to update |