AFunctionalTest::OnConstruction

Called when an instance of this class is placed (in editor) or spawned.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void OnConstruction
(
    const FTransform & Transform
)

Remarks

Called when an instance of this class is placed (in editor) or spawned.

Parameters

Parameter

Description

Transform

The transform the actor was constructed at.