AFieldSystemActor::OnConstruction

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

AActor::OnConstruction()

AFieldSystemActor::OnConstruction()

References

Module

FieldSystemEngine

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

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.