66 lines
583 B
Markdown
66 lines
583 B
Markdown
|
|
# Unreal API
|
||
|
|
|
||
|
|
## Developer utilitiew
|
||
|
|
|
||
|
|
## functionality for the Editor
|
||
|
|
|
||
|
|
## Runtime
|
||
|
|
|
||
|
|
### Engine
|
||
|
|
|
||
|
|
#### Actors
|
||
|
|
|
||
|
|
- AActor
|
||
|
|
- AHUB
|
||
|
|
- Other
|
||
|
|
|
||
|
|
#### Controllers
|
||
|
|
|
||
|
|
- AController
|
||
|
|
- AAIcontroller
|
||
|
|
- APlayerController
|
||
|
|
|
||
|
|
#### Components
|
||
|
|
|
||
|
|
- UActorComponent
|
||
|
|
- USkeletalMeshComponent
|
||
|
|
- Other
|
||
|
|
|
||
|
|
#### GamePlayer
|
||
|
|
|
||
|
|
- UPlayer
|
||
|
|
- ULocalPlayer
|
||
|
|
- UWorld
|
||
|
|
- ULevel
|
||
|
|
|
||
|
|
#### Assets
|
||
|
|
|
||
|
|
- UTexture
|
||
|
|
- UMaterial
|
||
|
|
- UstaticMesh
|
||
|
|
- USkeletalMesh
|
||
|
|
- UParticle
|
||
|
|
|
||
|
|
### Corn
|
||
|
|
|
||
|
|
#### Basic Types
|
||
|
|
|
||
|
|
#### Math
|
||
|
|
|
||
|
|
#### Containers
|
||
|
|
|
||
|
|
#### Other
|
||
|
|
|
||
|
|
### CornUObject
|
||
|
|
|
||
|
|
#### Classes
|
||
|
|
|
||
|
|
- UObject
|
||
|
|
- UClass
|
||
|
|
- UProperty
|
||
|
|
- UPackage
|
||
|
|
|
||
|
|
#### Functions
|
||
|
|
|
||
|
|
- Cast
|
||
|
|
- Other
|