Choose your operating system:
Windows
macOS
Linux
| AActor::OnConstruction()
|
Module |
|
Header |
/Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
Include |
#include "CompositingElement.h" |
Source |
/Engine/Plugins/Compositing/Composure/Source/Composure/Private/EditorSupport/CompositingElementEditorSupport.cpp |
virtual void OnConstruction
(
const FTransform & Transform
)
Called when an instance of this class is placed (in editor) or spawned.
Parameter |
Description |
---|---|
Transform |
The transform the actor was constructed at. |