Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalTest
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 ( const FTransform & Transform )
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. |