Navigation
Unreal Engine C++ API Reference > Plugins > Composure > ACompositingElement
- AActor::OnConstruction()
- ACompositingElement::OnConstruction()
References
Module | Composure |
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
&40;
const FTransform & Transform
&41;
Remarks
Called when an instance of this class is placed (in editor) or spawned.
Parameters
Name | Description |
---|---|
Transform | The transform the actor was constructed at. |