Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
- AActor::OnConstruction()
- ARoundPlanetPawn::OnConstruction()
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/RoundPlanetPawn.h |
| Include | #include "RoundPlanetPawn.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/RoundPlanetPawn.cpp |
virtual void OnConstruction
&40;
const FTransform & Transform
&41;
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. |