AFunctionalTest::OnConstruction

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

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library