Navigation
API > API/Runtime > API/Runtime/Foliage
References
| Module | Foliage |
| Header | /Engine/Source/Runtime/Foliage/Public/FoliageInstanceBase.h |
| Include | #include "FoliageInstanceBase.h" |
Syntax
struct FFoliageInstanceBaseInfo
Remarks
FFoliageInstanceBaseInfo Cached transform information about base component Used for adjusting instance transforms after operations on base components with foliage painted on them.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFoliageInstanceBasePtr | BasePtr | ||
| FVector | CachedDrawScale | ||
| FVector | CachedLocation | ||
| FRotator | CachedRotation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Tors | |||
FFoliageInstanceBaseInfo
(
UActorComponent* InComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateLocationFromComponent
(
UActorComponent* InComponent |
Cache the location and rotation from the actor. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FFoliageInstanceBasePtr_DEPRECATED | BasePtr_DEPRECATED | Deprecated data stored for deserializaton done in PostLoad. |