Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalTest
- AActor::OnConstruction()
- AFunctionalTest::OnConstruction()
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include | #include "FunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.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. |