Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTUIDataStore_CustomChar (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIDataStore >> UTUIDataStore_CustomChar |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Inherited version of the game resource datastore that exposes the various customizeable character parts to the UI.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] ActiveBots
Set of currently active bots that the player is going to play against.
[edit] CurrentCharacter
Type: string
The currently selected character.
[edit] CurrentFaction
Type: string
The currently selected faction.
[edit] CurrentFamily
Type: string
The family of parts we are going to show the player.
[edit] PartProviders
Type: Object.MultiMap_Mirror{TMultiMap<FName, class UUIDataProvider*>}
Modifiers: const, private, native, transient
collection of providers per part type.
[edit] PartTags
Array of FNames for the parts map, this should map directly to the ECharPart enum.
Default value, index 0: 'Heads'
Default value, index 1: 'Helmets'
Default value, index 2: 'Facemasks'
Default value, index 3: 'Goggles'
Default value, index 4: 'Torsos'
Default value, index 5: 'ShoulderPads'
Default value, index 6: 'Arms'
Default value, index 7: 'Thighs'
Default value, index 8: 'Boots'
[edit] Default values
| Property | Value |
|---|---|
| Tag | 'UTCustomChar' |
| WriteAccessType | ACCESS_WriteAll |
[edit] Native functions
[edit] FindValueInProviderSet
Attempts to find the index of a provider given a provider field name, a search tag, and a value to match.
Returns:
- Returns the index of the provider or INDEX_NONE if the provider wasn't found.
[edit] GetProviderElementCount
Attempts to find the number of list elements given a provider field.
Returns:
- Returns the number of elements.
[edit] GetProviderListElements
Returns a set of filtered list element indices for the specified provider.
Returns:
- An array of list elements.
[edit] GetValueFromProviderSet
Attempts to find the value of a provider given a provider cell field.
Returns:
- Returns true if the value was found, false otherwise.
