Choose your operating system:
Windows
macOS
Linux
| AActor::OnConstruction()
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemActor.h |
Include |
#include "Field/FieldSystemActor.h" |
Source |
/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Private/Field/FieldSystemActor.cpp |
virtual void OnConstruction
(
const FTransform & Transform
)
Called when an instance of this class is placed (in editor) or spawned.
Parameter |
Description |
---|---|
Transform |
The transform the actor was constructed at. |