Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealEd.GenericBrowserType

Extends
Object
Modifiers
abstract hidecategories ( Object , GenericBrowserType ) native

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- UnrealEd.GenericBrowserType

Direct Known Subclasses:

GenericBrowserType_Animation, GenericBrowserType_AnimTree, GenericBrowserType_Archetype, GenericBrowserType_CameraAnim, GenericBrowserType_CurveEdPresetCurve, GenericBrowserType_Custom, GenericBrowserType_DecalMaterial, GenericBrowserType_FaceFXAnimSet, GenericBrowserType_FaceFXAsset, GenericBrowserType_Font, GenericBrowserType_LensFlare, GenericBrowserType_Material, GenericBrowserType_MaterialInstanceConstant, GenericBrowserType_MaterialInstanceTimeVarying, GenericBrowserType_MorphTargetSet, GenericBrowserType_MorphWeightSequence, GenericBrowserType_ParticleSystem, GenericBrowserType_PhysicalMaterial, GenericBrowserType_PhysicsAsset, GenericBrowserType_PostProcess, GenericBrowserType_Prefab, GenericBrowserType_Sequence, GenericBrowserType_SkeletalMesh, GenericBrowserType_Sounds, GenericBrowserType_SpeechRecognition, GenericBrowserType_SpeedTree, GenericBrowserType_StaticMesh, GenericBrowserType_TerrainLayer, GenericBrowserType_TerrainMaterial, GenericBrowserType_Texture, GenericBrowserType_UIScene, GenericBrowserType_UISkin, GenericBrowserType_UTFontPool, GenericBrowserType_UTMapMusicInfo

Constants Summary
Inherited Contants from Core.Object
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg

Variables Summary
colorBorderColor
stringDescription
array<GenericBrowserTypeInfo>SupportInfo
Inherited Variables from Core.Object
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup

Structures Summary
GenericBrowserTypeInfo
Class, BorderColor, RequiredFlags, ContextMenu, BrowserType, IsSupportedCallback
Inherited Structures from Core.Object
Box, BoxSphereBounds, Color, Cylinder, double, DynamicMap_Mirror, Guid, IndirectArray_Mirror, InterpCurveFloat, InterpCurvePointFloat, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, Rotator, TextureMipBulkData_Mirror, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4

Functions Summary
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClassIsChildOf, ClearConfig, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, Exp, FClamp, FCubicInterp, FindDeltaAngle, FindObject, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetDotDistance, GetEnum, GetFuncName, GetHeadingAngle, GetNetFuncName, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetSpecialValue, GetStateName, GetUnAxes, GotoState, InStr, IsA, IsChildState, IsInState, IsNetScript, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, OrthoRotation, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointInBox, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, SaveConfig, SClampRotAxis, ScriptTrace, SetSpecialValue, SetUTracing, Sin, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~=


Variables Detail

BorderColor Source code

var color BorderColor;

Description Source code

var string Description;

SupportInfo Source code

var native array<GenericBrowserTypeInfo> SupportInfo;


Structures Detail

GenericBrowserTypeInfo Source code

struct GenericBrowserTypeInfo
{
var const color BorderColor;
var GenericBrowserType BrowserType;
var const class Class;
var native const pointer ContextMenu;
var native pointer IsSupportedCallback;
var native const qword RequiredFlags;
};

BorderColor:
the color to use for rendering objects of this type
BrowserType:
Pointer to the GenericBrowserType that should be called to handle events for this type.
Class:
the class associated with this browser type
ContextMenu:
Pointer to a context menu object
IsSupportedCallback:
Callback used to determine whether object is Supported
RequiredFlags:
if specified, only objects that have these flags will be considered


Defaultproperties

defaultproperties
{
   Name="Default__GenericBrowserType"
   ObjectArchetype=Object'Core.Default__Object'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:37.275 - Created with UnCodeX